Represents a strategy for managing physical database connections.

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

Syntax

C#
public abstract class ConnectionStrategy : IDisposable
Visual Basic (Declaration)
Public MustInherit Class ConnectionStrategy _
	Implements IDisposable

Inheritance Hierarchy

System..::.Object
  Mindscape.LightSpeed..::.ConnectionStrategy

See Also