5 references to GetDiagSqlState
System.Data (5)
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (4)
1367
if ("HY091" == Command.
GetDiagSqlState
()) {
1414
if ("HY091" == Command.
GetDiagSqlState
()) {
1458
if ("HY091" == Command.
GetDiagSqlState
()) {
2115
if ("IM001" == Command.
GetDiagSqlState
()) {
fx\src\data\System\Data\Odbc\OdbcParameter.cs (1)
765
if ("07006" == command.
GetDiagSqlState
()) {