Session Constructors
The session that is used to load and save persistent objects.Name | Parameters | Description |
---|---|---|
Session() | none | Initializes a new instance of the Session class with default settings. |
Session |
layer, dispose |
Initializes a new instance of the Session class and connects it to a data store. |
Session |
layer, dispose |
Initializes a new instance of the Session class with specified settings and connects it to a data store. |
Session |
dictionary | Initializes a new Session instance using the specified metadata provider. |
Session |
container | Initializes a new instance of the Session class and adds it to a form’s container. |
Session |
service |
Initializes a new instance of the Session class with specified settings. |
Session |
service |
Initializes a new instance of the Session class with specified settings. |
Session |
service |
Initializes a new instance of the Session class with specified settings. |
Session |
service |
Initializes a new instance of the Session class with specified settings. |
Session |
service |
Initializes a new instance of the Session class with specified settings. |
See Also