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

OperationMode Enum

Lists the modes of operation available for an object data source.

Namespace: DevExpress.DataAccess.Wizard

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public enum OperationMode

Members

Name Description
SchemaOnly

Only the schema of an object data source is available on the client.

DataOnly

Only the data from an object data source is available on the client.

Both

Both the data and schema of an object data source are available on the client.

Related API Members

The following properties accept/return OperationMode values:

Library Related API Members
Cross-Platform Class Library EditConstructorContext.OperationMode
EditDataSourceContext.OperationMode
WinForms Controls EditConstructorContext.OperationMode
EditDataSourceContext.OperationMode

See Also