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

XpoDefault.DataStoreAsyncBehavior Property

Gets or sets an AsyncBehavior value. The value determines how IDataLayerAsync descendants call IDataStore‘s and IDataStoreAsync‘s methods in asynchronous operations.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public static AsyncBehavior DataStoreAsyncBehavior { get; set; }

Property Value

Type Description
AsyncBehavior

A value that determines how asynchronous operations behave.

See Also