Home
last modified time | relevance | path

Searched refs:ADP_OpenReaderExists (Results 1 – 6 of 6) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/corefx/
H A DSR.cs499 …public const string ADP_OpenReaderExists = "There is already an open DataReader associated with th… field in SR
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Odbc/src/Common/System/Data/Common/
H A DAdapterUtil.Odbc.cs278 return InvalidOperation(SR.GetString(SR.ADP_OpenReaderExists), e); in OpenReaderExists()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/Common/
H A DAdapterUtil.SqlClient.cs280 return InvalidOperation(SR.GetString(SR.ADP_OpenReaderExists), e); in OpenReaderExists()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/ManualTests/SQL/DataStreamTest/
H A DDataStreamTest.cs578 errorMessage = SystemDataResourceManager.Instance.ADP_OpenReaderExists; in ExecuteXmlReaderTest()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/SqlClient/
H A DSqlUtil.cs552 …D, (byte)0x00, TdsEnums.MIN_ERROR_CLASS, null, (Res.GetString(Res.ADP_OpenReaderExists)), "", 0, T… in CannotCompleteDelegatedTransactionWithOpenResults()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Common/
H A DAdapterUtil.cs1188 return InvalidOperation(Res.GetString(Res.ADP_OpenReaderExists), e); in OpenReaderExists()