5 references to GetDiagSqlState
System.Data.Odbc (5)
System\Data\Odbc\OdbcDataReader.cs (4)
1560
if ("HY091" == Command!.
GetDiagSqlState
())
1614
if ("HY091" == Command!.
GetDiagSqlState
())
1665
if ("HY091" == Command!.
GetDiagSqlState
())
2398
if ("IM001" == Command!.
GetDiagSqlState
())
System\Data\Odbc\OdbcParameter.cs (1)
875
if ("07006" == command.
GetDiagSqlState
())