ExplicitUnitOfWork(IServiceProvider, XPDictionary) Constructor
In This Article
Initializes a new instance of the ExplicitUnitOfWork class with specified settings.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public ExplicitUnitOfWork(
IServiceProvider serviceProvider,
XPDictionary dictionary
)
#Parameters
Name | Type | Description |
---|---|---|
service |
IService |
An object that implements the IService |
dictionary | XPDictionary | An XPDictionary descendant that provides metadata on persistent objects in a data store. |
See Also