The ConnectionStrategy type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ConnectionStrategy |
Initializes a new instance of the ConnectionStrategy class.
|
Methods
| Name | Description | |
|---|---|---|
| Dispose | Overloaded. | |
| OnDatabaseOperationComplete |
Called by the framework after the unit of work has completed a database operation.
|
Properties
| Name | Description | |
|---|---|---|
| Connection |
When overridden in a derived class, provides a connection to the
database specified in the Context.
| |
| Context |
Gets the LightSpeedContext containing database
connectivity information.
|