Skip to main content
All docs
V26.1
  • .NET 8.0+

    IDataStoreServiceAsync.GetAutoCreateOptionAsync() Method

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

    Namespace: DevExpress.Xpo.DB

    Assembly: DevExpress.Xpo.v26.1.dll

    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