Skip to main content
All docs
V18.2

SchemaLoadingMode Enum

Lists the values specifying whether the data source schema should include stored procedures, tables (views), or both.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public enum SchemaLoadingMode

Members

Name Description
TablesAndViews

The schema includes only tables and views.

StoredProcedures

The schema includes only stored procedures.

All

The schema includes both stored procedures and tables (views).

See Also