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.EngineAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Internal | 0 | Connection is owned and managed by ADOHelper | |
| External | 1 | Connection is owned and managed by the caller |