Session.Connect Method
Name | Parameters | Description |
---|---|---|
Connect() | none | Connects the session to a data store. |
Connect(IDataLayer, IDisposable[]) | layer, disposeOnDisconnect | Connects the session to a data store using a specified data access layer. |
Connect(IObjectLayer, IDisposable[]) | layer, disposeOnDisconnect | Connects the session to a data store using a specified object access layer. |