Skip to main content
.NET 8.0+

XpoDefault.DataStoreAsyncBehavior Property

For internal use.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

Declaration

[Browsable(false)]
public static AsyncBehavior DataStoreAsyncBehavior { get; set; }

Property Value

Type Description
DevExpress.Xpo.AsyncBehavior

A value that determines how asynchronous operations behave.

See Also