OperationMode Enum
Lists the modes of operation available for an object data source.
Namespace: DevExpress.DataAccess.Wizard
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
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:
See Also