This enum is used to indicate whether the connection was provided by the caller, or created by AdoHelper, so that we can set the appropriate CommandBehavior when calling ExecuteReader()

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
protected enum AdoConnectionOwnership
Visual Basic
Protected Enumeration AdoConnectionOwnership

Members

Member nameValueDescription
Internal0Connection is owned and managed by ADOHelper
External1Connection is owned and managed by the caller

See Also