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