Пример #1
0
 /// <summary>
 ///     A string like "Constant expressions of type {0} with a value of NaN are not supported by SQL Server."
 /// </summary>
 internal static string SqlGen_TypedNaNNotSupported(object p0)
 {
     return(EntityRes.GetString(EntityRes.SqlGen_TypedNaNNotSupported, p0));
 }
 private static EntityRes GetLoader()
 {
     if (loader == null)
     {
         var sr = new EntityRes();
         Interlocked.CompareExchange(ref loader, sr, null);
     }
     return loader;
 }
Пример #3
0
 /// <summary>
 ///     A string like "The DATEPART argument to the '{0}.{1}' function must be a literal string."
 /// </summary>
 internal static string SqlGen_InvalidDatePartArgumentExpression(object p0, object p1)
 {
     return(EntityRes.GetString(EntityRes.SqlGen_InvalidDatePartArgumentExpression, p0, p1));
 }
Пример #4
0
 /// <summary>
 ///     A string like "'{0}' is not a valid value for the DATEPART argument in the '{1}.{2}' function."
 /// </summary>
 internal static string SqlGen_InvalidDatePartArgumentValue(object p0, object p1, object p2)
 {
     return(EntityRes.GetString(EntityRes.SqlGen_InvalidDatePartArgumentValue, p0, p1, p2));
 }
Пример #5
0
 /// <summary>
 ///     A string like "Unable to update the EntitySet '{0}' because it has a DefiningQuery and no <{1}> element exists in the <{2}> element to support the current operation."
 /// </summary>
 internal static string Update_SqlEntitySetWithoutDmlFunctions(object p0, object p1, object p2)
 {
     return(EntityRes.GetString(EntityRes.Update_SqlEntitySetWithoutDmlFunctions, p0, p1, p2));
 }
Пример #6
0
 /// <summary>
 ///     A string like "The expression '{0}' is of an unsupported type. "
 /// </summary>
 internal static string Cqt_General_UnsupportedExpression(object p0)
 {
     return(EntityRes.GetString(EntityRes.Cqt_General_UnsupportedExpression, p0));
 }
Пример #7
0
 /// <summary>
 ///     A string like "Store-generated keys are only supported for identity columns. Key column '{0}' has type '{1}', which is not a valid type for an identity column."
 /// </summary>
 internal static string Update_NotSupportedIdentityType(object p0, object p1)
 {
     return(EntityRes.GetString(EntityRes.Update_NotSupportedIdentityType, p0, p1));
 }
Пример #8
0
 /// <summary>
 ///     A string like "Store-generated keys are only supported for identity columns. More than one key column is marked as server generated in table '{0}'."
 /// </summary>
 internal static string Update_NotSupportedServerGenKey(object p0)
 {
     return(EntityRes.GetString(EntityRes.Update_NotSupportedServerGenKey, p0));
 }
Пример #9
0
 /// <summary>
 ///     A string like "The argument '{0}' cannot be null, empty or contain only white space."
 /// </summary>
 internal static string ArgumentIsNullOrWhitespace(object p0)
 {
     return(EntityRes.GetString(EntityRes.ArgumentIsNullOrWhitespace, p0));
 }
Пример #10
0
 /// <summary>
 ///     A string like "The connection is not of type '{0}'."
 /// </summary>
 internal static string Mapping_Provider_WrongConnectionType(object p0)
 {
     return(EntityRes.GetString(EntityRes.Mapping_Provider_WrongConnectionType, p0));
 }
Пример #11
0
 /// <summary>
 ///     A string like "Expected a geometry value, found a value of type {0}."
 /// </summary>
 internal static string SqlProvider_InvalidGeometryColumn(object p0)
 {
     return(EntityRes.GetString(EntityRes.SqlProvider_InvalidGeometryColumn, p0));
 }