XPCursor.Session Property
Gets the session which is used to load and save persistent objects.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v19.2.dll
Declaration
public Session Session { get; }
Public ReadOnly Property Session As Session
public Session Session { get; }
Public ReadOnly Property Session As Session
Property Value
Type |
Description |
Session |
A Session object which represents the session that is used to load and save persistent objects.
|
Property Value
Type |
Description |
Session |
A Session object which represents the session that is used to load and save persistent objects.
|
See Also