DataLayerOptionsBuilder.UseDataStoreInitializedHandler(Action<IDataStore>) Method
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: DevExpress.Xpo.v25.1.dll
NuGet Package: DevExpress.Xpo
Declaration
public DataLayerOptionsBuilder UseDataStoreInitializedHandler(
Action<IDataStore> action
)
Parameters
| Name | Type |
|---|---|
| action | Action<IDataStore> |
Returns
| Type |
|---|
| DataLayerOptionsBuilder |
See Also