OperationMode Enum
In This Article
Lists the modes of operation available for an object data source.
Namespace: DevExpress.DataAccess.Wizard
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Members
Name | Description |
---|---|
Schema
|
Only the schema of an object data source is available on the client. |
Data
|
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:
See Also