The ConnectionStrategy type exposes the following members.

Constructors

  NameDescription
ConnectionStrategy
Initializes a new instance of the ConnectionStrategy class.

Methods

  NameDescription
DisposeOverloaded.
OnDatabaseOperationComplete
Called by the framework after the unit of work has completed a database operation.

Properties

  NameDescription
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.

See Also