/// <summary>
 ///     A string like "Format of the initialization string does not conform to specification starting at index {0}."
 /// </summary>
 internal static string ADP_ConnectionStringSyntax(object p0)
 {
     return(EntityRes.GetString(EntityRes.ADP_ConnectionStringSyntax, p0));
 }
 /// <summary>
 ///     A string like "Value is not valid for key '{0}'."
 /// </summary>
 internal static string ADP_InvalidConnectionOptionValue(object p0)
 {
     return(EntityRes.GetString(EntityRes.ADP_InvalidConnectionOptionValue, p0));
 }
 /// <summary>
 ///     A string like "The provider returned null for the informationType '{0}'."
 /// </summary>
 internal static string ProviderReturnedNullForGetDbInformation(object p0)
 {
     return(EntityRes.GetString(EntityRes.ProviderReturnedNullForGetDbInformation, p0));
 }
 /// <summary>
 ///     A string like "'{0}' is not a valid value for DATEPART argument in '{1}.{2}' function"
 /// </summary>
 internal static string InvalidDatePartArgumentValue(object p0, object p1, object p2)
 {
     return(EntityRes.GetString(EntityRes.InvalidDatePartArgumentValue, p0, p1, p2));
 }
 /// <summary>
 ///     A string like "The CommandType enumeration value, {0}, is invalid."
 /// </summary>
 internal static string ADP_InvalidCommandType(object p0)
 {
     return(EntityRes.GetString(EntityRes.ADP_InvalidCommandType, p0));
 }
 /// <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));
 }
 /// <summary>
 ///     A string like "Failed when preparing table {0} for write as write-consistency cannot be guaranteed. Try adding a writable column to the table."
 /// </summary>
 internal static string UpdateStatementCannotBeGeneratedForAcquiringLock(object p0)
 {
     return(EntityRes.GetString(EntityRes.UpdateStatementCannotBeGeneratedForAcquiringLock, p0));
 }
 /// <summary>
 ///     A string like "The database name '{0}' is invalid. Database names must be of the form [<schema_name>.]<object_name>."
 /// </summary>
 internal static string InvalidDatabaseName(object p0)
 {
     return(EntityRes.GetString(EntityRes.InvalidDatabaseName, p0));
 }
 /// <summary>
 ///     A string like "There is no store type corresponding to the EDM type '{0}' of primitive type '{1}'."
 /// </summary>
 internal static string NoStoreTypeForEdmType(object p0, object p1)
 {
     return(EntityRes.GetString(EntityRes.NoStoreTypeForEdmType, p0, p1));
 }
 /// <summary>
 ///     A string like "The function '{0}' is not supported by SQL Server Compact."
 /// </summary>
 internal static string FunctionNotSupported(object p0)
 {
     return(EntityRes.GetString(EntityRes.FunctionNotSupported, p0));
 }
 /// <summary>
 ///     A string like "The type '{0}' is not supported by SQL Server Compact."
 /// </summary>
 internal static string ProviderDoesNotSupportType(object p0)
 {
     return(EntityRes.GetString(EntityRes.ProviderDoesNotSupportType, p0));
 }
 /// <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));
 }
 /// <summary>
 ///     A string like "'{0}' is an unknown expression type."
 /// </summary>
 internal static string UnknownExpressionType(object p0)
 {
     return(EntityRes.GetString(EntityRes.UnknownExpressionType, p0));
 }
 /// <summary>
 ///     A string like "Server generated GUID column "{0}" cannot be part of the key."
 /// </summary>
 internal static string ServerGeneratedGuidKeyNotSupported(object p0)
 {
     return(EntityRes.GetString(EntityRes.ServerGeneratedGuidKeyNotSupported, p0));
 }
 /// <summary>
 ///     A string like "Server-generated keys are only supported for identity columns. More than one column is marked as server generated in table '{0}'."
 /// </summary>
 internal static string Update_NotSupportedServerGenKey(object p0)
 {
     return(EntityRes.GetString(EntityRes.Update_NotSupportedServerGenKey, p0));
 }
 /// <summary>
 ///     A string like "{0} column with MaxLength greater than {1} is not supported."
 /// </summary>
 internal static string ColumnGreaterThanMaxLengthNotSupported(object p0, object p1)
 {
     return(EntityRes.GetString(EntityRes.ColumnGreaterThanMaxLengthNotSupported, p0, p1));
 }
 /// <summary>
 ///     A string like "Server-generated keys are only supported for identity columns. The 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));
 }
 /// <summary>
 ///     A string like "The current migration SQL generator ({0}) is unable to generate SQL for operations of type '{1}'. Call SetSqlGenerator on your migrations configuration class to use a different SQL generator. To create a custom SQL generator that can handle this type of operation, add a new class that derives from {0} and override Generate(MigrationOperation)."
 /// </summary>
 internal static string SqlServerMigrationSqlGenerator_UnknownOperation(object p0, object p1)
 {
     return(EntityRes.GetString(EntityRes.SqlServerMigrationSqlGenerator_UnknownOperation, p0, p1));
 }
 /// <summary>
 ///     A string like "Internal .NET Framework Data Provider error {0}."
 /// </summary>
 internal static string ADP_InternalProviderError(object p0)
 {
     return(EntityRes.GetString(EntityRes.ADP_InternalProviderError, p0));
 }
 /// <summary>
 ///     A string like "Parameter '{0}' is not valid. String arguments cannot be empty."
 /// </summary>
 internal static string InvalidStringArgument(object p0)
 {
     return(EntityRes.GetString(EntityRes.InvalidStringArgument, p0));
 }
 /// <summary>
 ///     A string like "The {0} enumeration value, {1}, is not valid."
 /// </summary>
 internal static string ADP_InvalidEnumerationValue(object p0, object p1)
 {
     return(EntityRes.GetString(EntityRes.ADP_InvalidEnumerationValue, p0, p1));
 }
 /// <summary>
 ///     A string like "The provider manifest given is not of type '{0}'."
 /// </summary>
 internal static string Mapping_Provider_WrongManifestType(object p0)
 {
     return(EntityRes.GetString(EntityRes.Mapping_Provider_WrongManifestType, p0));
 }
 /// <summary>
 ///     A string like "The {0} enumeration value, {1}, is not supported by the {2} method."
 /// </summary>
 internal static string ADP_NotSupportedEnumerationValue(object p0, object p1, object p2)
 {
     return(EntityRes.GetString(EntityRes.ADP_NotSupportedEnumerationValue, p0, p1, p2));
 }
 private static EntityRes GetLoader()
 {
     if (loader == null)
     {
         var sr = new EntityRes();
         Interlocked.CompareExchange(ref loader, sr, null);
     }
     return loader;
 }
 /// <summary>
 ///     A string like "DATEPART argument to function '{0}.{1}' must be a literal string"
 /// </summary>
 internal static string InvalidDatePartArgumentExpression(object p0, object p1)
 {
     return(EntityRes.GetString(EntityRes.InvalidDatePartArgumentExpression, p0, p1));
 }