Back to Devexpress

SqlDataSource.DBSchema Property

corelibraries-devexpress-dot-dataaccess-dot-sql-dot-sqldatasource-6857b9ec.md

latest1.3 KB
Original Source

SqlDataSource.DBSchema Property

Gets the schema of the connected SQL data source.

Namespace : DevExpress.DataAccess.Sql

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
[Browsable(false)]
public DBSchema DBSchema { get; }
vb
<Browsable(False)>
Public ReadOnly Property DBSchema As DBSchema

Property Value

TypeDescription
DBSchema

A DBSchema object that is the schema of the connected SQL data source.

|

Remarks

Note that the DBSchema property is initialized after the SqlDataSource.Fill method is called.

See Also

SqlDataSource Class

SqlDataSource Members

DevExpress.DataAccess.Sql Namespace