ISessionProvider Interface
The interface which must be implemented by classes that should work with a Session object.
Namespace: DevExpress.Xpo.Helpers
Assembly: DevExpress.Xpo.v24.2.dll
Declaration
Remarks
This interface must be implemented by the classes that work with a Session object. Currently, the XPBaseCollection and XPView implement this interface.
See Also