Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IDataStoreServiceAsync.GetAutoCreateOptionAsync() Method

Asynchronously gets the AutoCreateOption setting used during the first connection to a data store.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

[OperationContract(Action = "http://tempuri.org/IDataStoreService/GetAutoCreateOption", ReplyAction = "http://tempuri.org/IDataStoreService/GetAutoCreateOptionResponse")]
[XmlSerializerFormat]
Task<OperationResult<AutoCreateOption>> GetAutoCreateOptionAsync()

Returns

Type Description
Task<OperationResult<AutoCreateOption>>

A Task that returns the operation result.

See Also