Session(IObjectLayer, IDisposable[]) Constructor
In This Article
Initializes a new instance of the Session class with specified settings and connects it to a data store.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public Session(
IObjectLayer layer,
params IDisposable[] disposeOnDisconnect
)
#Parameters
Name | Type | Description |
---|---|---|
layer | IObject |
An object implementing the IObject |
dispose |
IDisposable[] | An array of objects that implement the IDisposable interface. These objects are automatically disposed of when the session is disconnected. |
See Also