Session(IDataLayer, IDisposable[]) Constructor
Initializes a new instance of the Session class and connects it to a data store.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
layer | IDataLayer | An object which implements the IDataLayer interface. This value is assigned to the Session.DataLayer property. |
disposeOnDisconnect | IDisposable[] | An array of objects that implement the System.IDisposable interface. These objects are automatically disposed of when the session is disconnected. |
Remarks
This constructor automatically creates a SimpleObjectLayer instance for the specified layer and calls the overloaded constructor that accepts an object layer (IObjectLayer implementation) as the parameter.