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

DataStoreService.GetAutoCreateOption() Method

Returns which operations are performed when a data store is accessed for the first time. This method delegates its call to get the corresponding option value of a data store passed as provider to the constructor.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

public virtual OperationResult<AutoCreateOption> GetAutoCreateOption()

Returns

Type Description
OperationResult<AutoCreateOption>

An OperationResult<T><AutoCreateOption,> denoting the operation result.

See Also