Home
last modified time | relevance | path

Searched refs:ADP_NumericToDecimalOverflow (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/corefx/Odbc/
H A DAdapterUtil.cs57 return InvalidCast(SR.GetString(SR.ADP_NumericToDecimalOverflow)); in NumericToDecimalOverflow()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/corefx/
H A DSR.cs805 …public const string ADP_NumericToDecimalOverflow = "The numerical value is too large to fit into a… 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.cs291 return InvalidCast(SR.GetString(SR.ADP_NumericToDecimalOverflow)); in NumericToDecimalOverflow()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Common/
H A DAdapterUtil.cs1207 return InvalidCast(Res.GetString(Res.ADP_NumericToDecimalOverflow)); in NumericToDecimalOverflow()