Session.ConnectionString |
Specifies the parameters needed to establish the initial connection. |
Session.AutoCreateOption |
Specifies the action which is performed when a session is connected to a data store. |
Session.LockingOption |
Specifies a value which controls the persistent object’s locking during a session. |
Session.OptimisticLockingReadBehavior |
Specifies how XPO behaves when reloading changed objects (objects with different versions). |
Session.DefaultSession |
Provides access to the pre-initialized default session |
XpoDefault |
Provides XPO’s global settings such as a connection string or a shared DAL and simplifies the implementation of multi-session applications. |