Home
last modified time | relevance | path

Searched refs:SQL_SmallDateTimeOverflow (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/corefx/
H A DSR.cs554 …public const string SQL_SmallDateTimeOverflow = "SqlDbType.SmallDateTime overflow. Value '{0}' is… field in SR
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/
H A DSqlUtil.cs400 return ADP.Overflow(SR.GetString(SR.SQL_SmallDateTimeOverflow, datetime)); in SmallDateTimeOverflow()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/SqlClient/
H A DSqlUtil.cs498 return ADP.Overflow(Res.GetString(Res.SQL_SmallDateTimeOverflow, datetime)); in SmallDateTimeOverflow()