Back to Devexpress

Member Table: Session

xpo-2117-member-tables-member-table-session.md

latest1.0 KB
Original Source

Member Table: Session

  • Jun 11, 2019
MemberDescription
Session.ConnectionStringSpecifies the parameters needed to establish the initial connection.
Session.AutoCreateOptionSpecifies the action which is performed when a session is connected to a data store.
Session.LockingOptionSpecifies a value which controls the persistent object’s locking during a session.
Session.OptimisticLockingReadBehaviorSpecifies how XPO behaves when reloading changed objects (objects with different versions).
Session.DefaultSessionProvides access to the pre-initialized default session
XpoDefaultProvides XPO’s global settings such as a connection string or a shared DAL and simplifies the implementation of multi-session applications.