Initializes a new instance of the ConnectionStrategy class.

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
protected ConnectionStrategy(
	LightSpeedContext context
)
Visual Basic (Declaration)
Protected Sub New ( _
	context As LightSpeedContext _
)

Parameters

context
Type: Mindscape.LightSpeed..::.LightSpeedContext
The LightSpeedContext containing database connectivity information.

See Also