//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:2.0.50727.4927 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace MySql.Data.MySqlClient.Properties { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] #if !CF [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] #endif public class Resources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resources() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("MySql.Data.MySqlClient.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Improper MySqlCommandBuilder state: adapter is null. /// public static string AdapterIsNull { get { return ResourceManager.GetString("AdapterIsNull", resourceCulture); } } /// /// Looks up a localized string similar to Improper MySqlCommandBuilder state: adapter's SelectCommand is null. /// public static string AdapterSelectIsNull { get { return ResourceManager.GetString("AdapterSelectIsNull", resourceCulture); } } /// /// Looks up a localized string similar to Invalid attempt to access a field before calling Read(). /// public static string AttemptToAccessBeforeRead { get { return ResourceManager.GetString("AttemptToAccessBeforeRead", resourceCulture); } } /// /// Looks up a localized string similar to Version string not in acceptable format. /// public static string BadVersionFormat { get { return ResourceManager.GetString("BadVersionFormat", resourceCulture); } } /// /// Looks up a localized string similar to The buffer cannot be null. /// public static string BufferCannotBeNull { get { return ResourceManager.GetString("BufferCannotBeNull", resourceCulture); } } /// /// Looks up a localized string similar to Buffer is not large enough. /// public static string BufferNotLargeEnough { get { return ResourceManager.GetString("BufferNotLargeEnough", resourceCulture); } } /// /// Looks up a localized string similar to Canceling an executing query requires MySQL 5.0 or higher.. /// public static string CancelNeeds50 { get { return ResourceManager.GetString("CancelNeeds50", resourceCulture); } } /// /// Looks up a localized string similar to Canceling an active query is only supported on MySQL 5.0.0 and above. . /// public static string CancelNotSupported { get { return ResourceManager.GetString("CancelNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to MySqlCommandBuilder does not support multi-table statements. /// public static string CBMultiTableNotSupported { get { return ResourceManager.GetString("CBMultiTableNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to MySqlCommandBuilder cannot operate on tables with no unique or key columns. /// public static string CBNoKeyColumn { get { return ResourceManager.GetString("CBNoKeyColumn", resourceCulture); } } /// /// Looks up a localized string similar to Chaos isolation level is not supported. /// public static string ChaosNotSupported { get { return ResourceManager.GetString("ChaosNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to The CommandText property has not been properly initialized.. /// public static string CommandTextNotInitialized { get { return ResourceManager.GetString("CommandTextNotInitialized", resourceCulture); } } /// /// Looks up a localized string similar to The connection is already open.. /// public static string ConnectionAlreadyOpen { get { return ResourceManager.GetString("ConnectionAlreadyOpen", resourceCulture); } } /// /// Looks up a localized string similar to Connection unexpectedly terminated.. /// public static string ConnectionBroken { get { return ResourceManager.GetString("ConnectionBroken", resourceCulture); } } /// /// Looks up a localized string similar to Connection must be valid and open. /// public static string ConnectionMustBeOpen { get { return ResourceManager.GetString("ConnectionMustBeOpen", resourceCulture); } } /// /// Looks up a localized string similar to The connection is not open.. /// public static string ConnectionNotOpen { get { return ResourceManager.GetString("ConnectionNotOpen", resourceCulture); } } /// /// Looks up a localized string similar to The connection property has not been set or is null.. /// public static string ConnectionNotSet { get { return ResourceManager.GetString("ConnectionNotSet", resourceCulture); } } /// /// Looks up a localized string similar to Could not find specified column in results: {0}. /// public static string CouldNotFindColumnName { get { return ResourceManager.GetString("CouldNotFindColumnName", resourceCulture); } } /// /// Looks up a localized string similar to Count cannot be negative. /// public static string CountCannotBeNegative { get { return ResourceManager.GetString("CountCannotBeNegative", resourceCulture); } } /// /// Looks up a localized string similar to SetLength is not a valid operation on CompressedStream. /// public static string CSNoSetLength { get { return ResourceManager.GetString("CSNoSetLength", resourceCulture); } } /// /// Looks up a localized string similar to The given value was not in a supported format.. /// public static string DataNotInSupportedFormat { get { return ResourceManager.GetString("DataNotInSupportedFormat", resourceCulture); } } /// /// Looks up a localized string similar to There is already an open DataReader associated with this Connection which must be closed first.. /// public static string DataReaderOpen { get { return ResourceManager.GetString("DataReaderOpen", resourceCulture); } } /// /// Looks up a localized string similar to The default connection encoding was not found. Please report this as a bug along with your connection string and system details.. /// public static string DefaultEncodingNotFound { get { return ResourceManager.GetString("DefaultEncodingNotFound", resourceCulture); } } /// /// Looks up a localized string similar to MySQL Connector/Net does not currently support distributed transactions.. /// public static string DistributedTxnNotSupported { get { return ResourceManager.GetString("DistributedTxnNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to Error creating socket connection. /// public static string ErrorCreatingSocket { get { return ResourceManager.GetString("ErrorCreatingSocket", resourceCulture); } } /// /// Looks up a localized string similar to Fatal error encountered during command execution.. /// public static string FatalErrorDuringExecute { get { return ResourceManager.GetString("FatalErrorDuringExecute", resourceCulture); } } /// /// Looks up a localized string similar to Fatal error encountered during data read.. /// public static string FatalErrorDuringRead { get { return ResourceManager.GetString("FatalErrorDuringRead", resourceCulture); } } /// /// Looks up a localized string similar to Fatal error encountered attempting to read the resultset.. /// public static string FatalErrorReadingResult { get { return ResourceManager.GetString("FatalErrorReadingResult", resourceCulture); } } /// /// Looks up a localized string similar to From index and length use more bytes than from contains. /// public static string FromAndLengthTooBig { get { return ResourceManager.GetString("FromAndLengthTooBig", resourceCulture); } } /// /// Looks up a localized string similar to From index must be a valid index inside the from buffer. /// public static string FromIndexMustBeValid { get { return ResourceManager.GetString("FromIndexMustBeValid", resourceCulture); } } /// /// Looks up a localized string similar to Call to GetHostEntry failed after {0} while querying for hostname '{1}': SocketErrorCode={2}, ErrorCode={3}, NativeErrorCode={4}.. /// public static string GetHostEntryFailed { get { return ResourceManager.GetString("GetHostEntryFailed", resourceCulture); } } /// /// Looks up a localized string similar to Retrieving procedure metadata for {0} from server.. /// public static string HardProcQuery { get { return ResourceManager.GetString("HardProcQuery", resourceCulture); } } /// /// Looks up a localized string similar to Value has an unsupported format.. /// public static string ImproperValueFormat { get { return ResourceManager.GetString("ImproperValueFormat", resourceCulture); } } /// /// Looks up a localized string similar to An incorrect response was received from the server.. /// public static string IncorrectTransmission { get { return ResourceManager.GetString("IncorrectTransmission", resourceCulture); } } /// /// Looks up a localized string similar to Index and length use more bytes than to has room for. /// public static string IndexAndLengthTooBig { get { return ResourceManager.GetString("IndexAndLengthTooBig", resourceCulture); } } /// /// Looks up a localized string similar to Index must be a valid position in the buffer. /// public static string IndexMustBeValid { get { return ResourceManager.GetString("IndexMustBeValid", resourceCulture); } } /// /// Looks up a localized string similar to You have specified an invalid column ordinal.. /// public static string InvalidColumnOrdinal { get { return ResourceManager.GetString("InvalidColumnOrdinal", resourceCulture); } } /// /// Looks up a localized string similar to The requested value '{0}' is invalid for the given keyword '{1}'.. /// public static string InvalidConnectionStringValue { get { return ResourceManager.GetString("InvalidConnectionStringValue", resourceCulture); } } /// /// Looks up a localized string similar to Procedure or function '{0}' cannot be found in database '{1}'.. /// public static string InvalidProcName { get { return ResourceManager.GetString("InvalidProcName", resourceCulture); } } /// /// Looks up a localized string similar to '{0}' is an illegal value for a boolean option.. /// public static string InvalidValueForBoolean { get { return ResourceManager.GetString("InvalidValueForBoolean", resourceCulture); } } /// /// Looks up a localized string similar to Keyword does not allow null values.. /// public static string KeywordNoNull { get { return ResourceManager.GetString("KeywordNoNull", resourceCulture); } } /// /// Looks up a localized string similar to Keyword not supported.. /// public static string KeywordNotSupported { get { return ResourceManager.GetString("KeywordNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to ACCESSIBLE ///ADD ///ALL ///ALTER ///ANALYZE ///AND ///AS ///ASC ///ASENSITIVE ///BEFORE ///BETWEEN ///BIGINT ///BINARY ///BLOB ///BOTH ///BY ///CALL ///CASCADE ///CASE ///CHANGE ///CHAR ///CHARACTER ///CHECK ///COLLATE ///COLUMN ///CONDITION ///CONNECTION ///CONSTRAINT ///CONTINUE ///CONVERT ///CREATE ///CROSS ///CURRENT_DATE ///CURRENT_TIME ///CURRENT_TIMESTAMP ///CURRENT_USER ///CURSOR ///DATABASE ///DATABASES ///DAY_HOUR ///DAY_MICROSECOND ///DAY_MINUTE ///DAY_SECOND ///DEC ///DECIMAL ///DECLARE ///DEFAULT ///DELAYED ///DELETE ///DESC ///DESCRIBE ///DETERMINISTIC ///DISTINCT ///DISTINCTROW ///DIV ///DOUBLE ///DROP ///DUAL ///EACH ///ELSE ///ELSEIF ///ENCLOSED ///ESCAPED ///EXISTS ///EXIT ///EXP [rest of string was truncated]";. /// public static string keywords { get { return ResourceManager.GetString("keywords", resourceCulture); } } /// /// Looks up a localized string similar to INTERNAL ERROR: More than one output parameter row detected.. /// public static string MoreThanOneOPRow { get { return ResourceManager.GetString("MoreThanOneOPRow", resourceCulture); } } /// /// Looks up a localized string similar to Multiple simultaneous connections or connections with different connection strings inside the same transaction are not currently supported.. /// public static string MultipleConnectionsInTransactionNotSupported { get { return ResourceManager.GetString("MultipleConnectionsInTransactionNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to NamedPipeStream does not support seeking. /// public static string NamedPipeNoSeek { get { return ResourceManager.GetString("NamedPipeNoSeek", resourceCulture); } } /// /// Looks up a localized string similar to NamedPipeStream doesn't support SetLength. /// public static string NamedPipeNoSetLength { get { return ResourceManager.GetString("NamedPipeNoSetLength", resourceCulture); } } /// /// Looks up a localized string similar to Invalid attempt to call NextResult when the reader is closed.. /// public static string NextResultIsClosed { get { return ResourceManager.GetString("NextResultIsClosed", resourceCulture); } } /// /// Looks up a localized string similar to When calling stored procedures and 'Use Procedure Bodies' is false, all parameters must have their type explicitly set.. /// public static string NoBodiesAndTypeNotSet { get { return ResourceManager.GetString("NoBodiesAndTypeNotSet", resourceCulture); } } /// /// Looks up a localized string similar to Nested transactions are not supported.. /// public static string NoNestedTransactions { get { return ResourceManager.GetString("NoNestedTransactions", resourceCulture); } } /// /// Looks up a localized string similar to The host {0} does not support SSL connections.. /// public static string NoServerSSLSupport { get { return ResourceManager.GetString("NoServerSSLSupport", resourceCulture); } } /// /// Looks up a localized string similar to The object is not open or has been disposed.. /// public static string ObjectDisposed { get { return ResourceManager.GetString("ObjectDisposed", resourceCulture); } } /// /// Looks up a localized string similar to Offset cannot be negative. /// public static string OffsetCannotBeNegative { get { return ResourceManager.GetString("OffsetCannotBeNegative", resourceCulture); } } /// /// Looks up a localized string similar to Offset must be a valid position in buffer. /// public static string OffsetMustBeValid { get { return ResourceManager.GetString("OffsetMustBeValid", resourceCulture); } } /// /// Looks up a localized string similar to Parameter '{0}' has already been defined.. /// public static string ParameterAlreadyDefined { get { return ResourceManager.GetString("ParameterAlreadyDefined", resourceCulture); } } /// /// Looks up a localized string similar to Parameter cannot have a negative value. /// public static string ParameterCannotBeNegative { get { return ResourceManager.GetString("ParameterCannotBeNegative", resourceCulture); } } /// /// Looks up a localized string similar to Parameter cannot be null. /// public static string ParameterCannotBeNull { get { return ResourceManager.GetString("ParameterCannotBeNull", resourceCulture); } } /// /// Looks up a localized string similar to Parameter is invalid.. /// public static string ParameterIsInvalid { get { return ResourceManager.GetString("ParameterIsInvalid", resourceCulture); } } /// /// Looks up a localized string similar to Parameter '{0}' must be defined.. /// public static string ParameterMustBeDefined { get { return ResourceManager.GetString("ParameterMustBeDefined", resourceCulture); } } /// /// Looks up a localized string similar to Parameter '{0}' was not found during prepare.. /// public static string ParameterNotFoundDuringPrepare { get { return ResourceManager.GetString("ParameterNotFoundDuringPrepare", resourceCulture); } } /// /// Looks up a localized string similar to Password must be valid and contain length characters. /// public static string PasswordMustHaveLegalChars { get { return ResourceManager.GetString("PasswordMustHaveLegalChars", resourceCulture); } } /// /// Looks up a localized string similar to This category includes a series of counters for MySQL.. /// public static string PerfMonCategoryHelp { get { return ResourceManager.GetString("PerfMonCategoryHelp", resourceCulture); } } /// /// Looks up a localized string similar to .NET Data Provider for MySQL. /// public static string PerfMonCategoryName { get { return ResourceManager.GetString("PerfMonCategoryName", resourceCulture); } } /// /// Looks up a localized string similar to The number of times a procedures metadata had to be queried from the server.. /// public static string PerfMonHardProcHelp { get { return ResourceManager.GetString("PerfMonHardProcHelp", resourceCulture); } } /// /// Looks up a localized string similar to Hard Procedure Queries. /// public static string PerfMonHardProcName { get { return ResourceManager.GetString("PerfMonHardProcName", resourceCulture); } } /// /// Looks up a localized string similar to The number of times a procedures metadata was retrieved from the client-side cache.. /// public static string PerfMonSoftProcHelp { get { return ResourceManager.GetString("PerfMonSoftProcHelp", resourceCulture); } } /// /// Looks up a localized string similar to Soft Procedure Queries. /// public static string PerfMonSoftProcName { get { return ResourceManager.GetString("PerfMonSoftProcName", resourceCulture); } } /// /// Looks up a localized string similar to same name are not supported.. /// public static string ProcAndFuncSameName { get { return ResourceManager.GetString("ProcAndFuncSameName", resourceCulture); } } /// /// Looks up a localized string similar to Packets larger than max_allowed_packet are not allowed.. /// public static string QueryTooLarge { get { return ResourceManager.GetString("QueryTooLarge", resourceCulture); } } /// /// Looks up a localized string similar to Reading from the stream has failed.. /// public static string ReadFromStreamFailed { get { return ResourceManager.GetString("ReadFromStreamFailed", resourceCulture); } } /// /// Looks up a localized string similar to Invalid attempt to read a prior column using SequentialAccess. /// public static string ReadingPriorColumnUsingSeqAccess { get { return ResourceManager.GetString("ReadingPriorColumnUsingSeqAccess", resourceCulture); } } /// /// Looks up a localized string similar to Routine '{0}' cannot be found. Either check the spelling or make sure you have sufficient rights to execute the routine.. /// public static string RoutineNotFound { get { return ResourceManager.GetString("RoutineNotFound", resourceCulture); } } /// /// Looks up a localized string similar to Connector/Net no longer supports server versions prior to 4.1. /// public static string ServerTooOld { get { return ResourceManager.GetString("ServerTooOld", resourceCulture); } } /// /// Looks up a localized string similar to Socket streams do not support seeking. /// public static string SocketNoSeek { get { return ResourceManager.GetString("SocketNoSeek", resourceCulture); } } /// /// Looks up a localized string similar to Retrieving procedure metadata for {0} from procedure cache.. /// public static string SoftProcQuery { get { return ResourceManager.GetString("SoftProcQuery", resourceCulture); } } /// /// Looks up a localized string similar to Stored procedures are not supported on this version of MySQL. /// public static string SPNotSupported { get { return ResourceManager.GetString("SPNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to The stream has already been closed. /// public static string StreamAlreadyClosed { get { return ResourceManager.GetString("StreamAlreadyClosed", resourceCulture); } } /// /// Looks up a localized string similar to The stream does not support reading. /// public static string StreamNoRead { get { return ResourceManager.GetString("StreamNoRead", resourceCulture); } } /// /// Looks up a localized string similar to The stream does not support writing. /// public static string StreamNoWrite { get { return ResourceManager.GetString("StreamNoWrite", resourceCulture); } } /// /// Looks up a localized string similar to Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.. /// public static string Timeout { get { return ResourceManager.GetString("Timeout", resourceCulture); } } /// /// Looks up a localized string similar to error connecting: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.. /// public static string TimeoutGettingConnection { get { return ResourceManager.GetString("TimeoutGettingConnection", resourceCulture); } } /// /// Looks up a localized string similar to {0}: Connection Closed. /// public static string TraceCloseConnection { get { return ResourceManager.GetString("TraceCloseConnection", resourceCulture); } } /// /// Looks up a localized string similar to Unable to trace. There are more than Int32.MaxValue connections in use.. /// public static string TraceErrorMoreThanMaxValueConnections { get { return ResourceManager.GetString("TraceErrorMoreThanMaxValueConnections", resourceCulture); } } /// /// Looks up a localized string similar to {0}: Error encountered during row fetch. Number = {1}, Message={2}. /// public static string TraceFetchError { get { return ResourceManager.GetString("TraceFetchError", resourceCulture); } } /// /// Looks up a localized string similar to {0}: Connection Opened: connection string = '{1}'. /// public static string TraceOpenConnection { get { return ResourceManager.GetString("TraceOpenConnection", resourceCulture); } } /// /// Looks up a localized string similar to {0}: Error encountered attempting to open result: Number={1}, Message={2}. /// public static string TraceOpenResultError { get { return ResourceManager.GetString("TraceOpenResultError", resourceCulture); } } /// /// Looks up a localized string similar to {0}: Query Closed. /// public static string TraceQueryDone { get { return ResourceManager.GetString("TraceQueryDone", resourceCulture); } } /// /// Looks up a localized string similar to {0}: Query Normalized: {2}. /// public static string TraceQueryNormalized { get { return ResourceManager.GetString("TraceQueryNormalized", resourceCulture); } } /// /// Looks up a localized string similar to {0}: Query Opened: {2}. /// public static string TraceQueryOpened { get { return ResourceManager.GetString("TraceQueryOpened", resourceCulture); } } /// /// Looks up a localized string similar to {0}: Resultset Opened: field(s) = {1}, affected rows = {2}, inserted id = {3}. /// public static string TraceResult { get { return ResourceManager.GetString("TraceResult", resourceCulture); } } /// /// Looks up a localized string similar to {0}: Resultset Closed. Total rows={1}, skipped rows={2}, size (bytes)={3}. /// public static string TraceResultClosed { get { return ResourceManager.GetString("TraceResultClosed", resourceCulture); } } /// /// Looks up a localized string similar to {0}: Set Database: {1}. /// public static string TraceSetDatabase { get { return ResourceManager.GetString("TraceSetDatabase", resourceCulture); } } /// /// Looks up a localized string similar to {0}: Statement closed: statement id = {1}. /// public static string TraceStatementClosed { get { return ResourceManager.GetString("TraceStatementClosed", resourceCulture); } } /// /// Looks up a localized string similar to {0}: Statement executed: statement id = {1}. /// public static string TraceStatementExecuted { get { return ResourceManager.GetString("TraceStatementExecuted", resourceCulture); } } /// /// Looks up a localized string similar to {0}: Statement prepared: sql='{1}', statement id={2}. /// public static string TraceStatementPrepared { get { return ResourceManager.GetString("TraceStatementPrepared", resourceCulture); } } /// /// Looks up a localized string similar to {0}: Usage Advisor Warning: Query is using a bad index. /// public static string TraceUAWarningBadIndex { get { return ResourceManager.GetString("TraceUAWarningBadIndex", resourceCulture); } } /// /// Looks up a localized string similar to {0}: Usage Advisor Warning: The field '{2}' was converted to the following types: {3}. /// public static string TraceUAWarningFieldConversion { get { return ResourceManager.GetString("TraceUAWarningFieldConversion", resourceCulture); } } /// /// Looks up a localized string similar to {0}: Usage Advisor Warning: Query does not use an index. /// public static string TraceUAWarningNoIndex { get { return ResourceManager.GetString("TraceUAWarningNoIndex", resourceCulture); } } /// /// Looks up a localized string similar to {0}: Usage Advisor Warning: The following columns were not accessed: {2}. /// public static string TraceUAWarningSkippedColumns { get { return ResourceManager.GetString("TraceUAWarningSkippedColumns", resourceCulture); } } /// /// Looks up a localized string similar to {0}: Usage Advisor Warning: Skipped {2} rows. Consider a more focused query.. /// public static string TraceUAWarningSkippedRows { get { return ResourceManager.GetString("TraceUAWarningSkippedRows", resourceCulture); } } /// /// Looks up a localized string similar to {0}: MySql Warning: Level={1}, Code={2}, Message={3}. /// public static string TraceWarning { get { return ResourceManager.GetString("TraceWarning", resourceCulture); } } /// /// Looks up a localized string similar to Unable to connect to any of the specified MySQL hosts.. /// public static string UnableToConnectToHost { get { return ResourceManager.GetString("UnableToConnectToHost", resourceCulture); } } /// /// Looks up a localized string similar to Unable to derive stored routine parameters. The 'Parameters' information schema table is not available and access to the stored procedure body has been disabled.. /// public static string UnableToDeriveParameters { get { return ResourceManager.GetString("UnableToDeriveParameters", resourceCulture); } } /// /// Looks up a localized string similar to An error occured attempting to enumerate the user-defined functions. Do you have SELECT privileges on the mysql.func table?. /// public static string UnableToEnumerateUDF { get { return ResourceManager.GetString("UnableToEnumerateUDF", resourceCulture); } } /// /// Looks up a localized string similar to Unable to execute stored procedure '{0}'.. /// public static string UnableToExecuteSP { get { return ResourceManager.GetString("UnableToExecuteSP", resourceCulture); } } /// /// Looks up a localized string similar to There was an error parsing the foreign key definition.. /// public static string UnableToParseFK { get { return ResourceManager.GetString("UnableToParseFK", resourceCulture); } } /// /// Looks up a localized string similar to Unable to retrieve stored routine parameters. Either grant access to the routine or add the 'Use Procedure Bodies=false' option to your connection string.. /// public static string UnableToRetrieveParameters { get { return ResourceManager.GetString("UnableToRetrieveParameters", resourceCulture); } } /// /// Looks up a localized string similar to Unable to retrieve stored procedure metadata for routine '{0}'. Either grant SELECT privilege to mysql.proc for this user or use "use procedure bodies=false" with your connection string.. /// public static string UnableToRetrieveSProcData { get { return ResourceManager.GetString("UnableToRetrieveSProcData", resourceCulture); } } /// /// Looks up a localized string similar to Unable to start a second async operation while one is running.. /// public static string UnableToStartSecondAsyncOp { get { return ResourceManager.GetString("UnableToStartSecondAsyncOp", resourceCulture); } } /// /// Looks up a localized string similar to Unix sockets are not supported on Windows. /// public static string UnixSocketsNotSupported { get { return ResourceManager.GetString("UnixSocketsNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to The requested column value could not be treated as or conveted to a Guid.. /// public static string ValueNotSupportedForGuid { get { return ResourceManager.GetString("ValueNotSupportedForGuid", resourceCulture); } } /// /// Looks up a localized string similar to Writing to the stream failed.. /// public static string WriteToStreamFailed { get { return ResourceManager.GetString("WriteToStreamFailed", resourceCulture); } } /// /// Looks up a localized string similar to Parameter '{0}' is not found but a parameter with the name '{1}' is found. Parameter names must include the leading parameter marker.. /// public static string WrongParameterName { get { return ResourceManager.GetString("WrongParameterName", resourceCulture); } } } }