3 references to TransactionInProgress
System.Data.Odbc (3)
System\Data\Odbc\OdbcConnectionHandle.cs (3)
133
_handleState = HandleState.
TransactionInProgress
;
167
if (HandleState.
TransactionInProgress
== _handleState)
216
if ((HandleState.Connected == _handleState) || (HandleState.
TransactionInProgress
== _handleState))