Back to Devexpress

OperationMode Enum

corelibraries-devexpress-dot-dataaccess-dot-wizard-1599650e.md

latest1.6 KB
Original Source

OperationMode Enum

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

Namespace : DevExpress.DataAccess.Wizard

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public enum OperationMode
vb
Public Enum OperationMode

Members

NameDescription
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.

|

The following properties accept/return OperationMode values:

See Also

EditConstructor

EditDataSource

DevExpress.DataAccess.Wizard Namespace