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

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.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

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

Returns

Type Description
OperationResult<AutoCreateOption>

An OperationResult<AutoCreateOption> denoting the operation result.

See Also