Skip to main content

DataLayerOptionsBuilder.UseDataStoreInitializedHandler(Action<IDataStore>) Method

Namespace: Microsoft.Extensions.DependencyInjection

Assembly: DevExpress.Xpo.v24.2.dll

Declaration

public DataLayerOptionsBuilder UseDataStoreInitializedHandler(
    Action<IDataStore> action
)

Parameters

Name Type
action Action<IDataStore>

Returns

Type
DataLayerOptionsBuilder
See Also