IDataStoreService.GetAutoCreateOption() Method
Defines a service operation that, when implemented by a class, returns which operations are performed when a data store is accessed for the first time.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Returns
Type | Description |
---|---|
OperationResult<AutoCreateOption> | An OperationResult<AutoCreateOption> denoting the operation result. |
See Also