Skip to main content
A newer version of this page is available. .

EFDataConnection.GetDBSchema() Method

Returns the schema of the data source that is connected using the current EFDataConnection.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public DBSchema GetDBSchema()

Returns

Type Description
DBSchema

A DBSchema object that is the data source schema.

See Also