Mono Class Library: OverviewMySql.Data.MySqlClient.Properties.Resources: Members |
The members of MySql.Data.MySqlClient.Properties.Resources are listed below.
See Also: Inherited members from System.Object
[read-only] staticAdapterIsNull string. Looks up a localized string similar to Improper MySqlCommandBuilder state: adapter is null. [read-only] staticAdapterSelectIsNull string. Looks up a localized string similar to Improper MySqlCommandBuilder state: adapter's SelectCommand is null. [read-only] staticAttemptToAccessBeforeRead string. Looks up a localized string similar to Invalid attempt to access a field before calling Read(). [read-only] staticBadVersionFormat string. Looks up a localized string similar to Version string not in acceptable format. [read-only] staticBufferCannotBeNull string. Looks up a localized string similar to The buffer cannot be null. [read-only] staticBufferNotLargeEnough string. Looks up a localized string similar to Buffer is not large enough. [read-only] staticCancelNeeds50 string. Looks up a localized string similar to Canceling an executing query requires MySQL 5.0 or higher.. [read-only] staticCancelNotSupported string. Looks up a localized string similar to Canceling an active query is only supported on MySQL 5.0.0 and above. . [read-only] staticCBMultiTableNotSupported string. Looks up a localized string similar to MySqlCommandBuilder does not support multi-table statements. [read-only] staticCBNoKeyColumn string. Looks up a localized string similar to MySqlCommandBuilder cannot operate on tables with no unique or key columns. [read-only] staticChaosNotSupported string. Looks up a localized string similar to Chaos isolation level is not supported. [read-only] staticCommandTextNotInitialized string. Looks up a localized string similar to The CommandText property has not been properly initialized.. [read-only] staticConnectionAlreadyOpen string. Looks up a localized string similar to The connection is already open.. [read-only] staticConnectionBroken string. Looks up a localized string similar to Connection unexpectedly terminated.. [read-only] staticConnectionMustBeOpen string. Looks up a localized string similar to Connection must be valid and open. [read-only] staticConnectionNotOpen string. Looks up a localized string similar to The connection is not open.. [read-only] staticConnectionNotSet string. Looks up a localized string similar to The connection property has not been set or is null.. [read-only] staticCouldNotFindColumnName string. Looks up a localized string similar to Could not find specified column in results. [read-only] staticCountCannotBeNegative string. Looks up a localized string similar to Count cannot be negative. [read-only] staticCSNoSetLength string. Looks up a localized string similar to SetLength is not a valid operation on CompressedStream. staticCulture System.Globalization.CultureInfo. Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class. [read-only] staticDataNotInSupportedFormat string. Looks up a localized string similar to The given value was not in a supported format.. [read-only] staticDataReaderOpen string. Looks up a localized string similar to There is already an open DataReader associated with this Connection which must be closed first.. [read-only] staticDefaultEncodingNotFound string. 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.. [read-only] staticDistributedTxnNotSupported string. Looks up a localized string similar to MySQL Connector/Net does not currently support distributed transactions.. [read-only] staticErrorCreatingSocket string. Looks up a localized string similar to Error creating socket connection. [read-only] staticFatalErrorDuringExecute string. Looks up a localized string similar to Fatal error encountered during command execution.. [read-only] staticFatalErrorDuringRead string. Looks up a localized string similar to Fatal error encountered during data read.. [read-only] staticFatalErrorReadingResult string. Looks up a localized string similar to Fatal error encountered attempting to read the resultset.. [read-only] staticFromAndLengthTooBig string. Looks up a localized string similar to From index and length use more bytes than from contains. [read-only] staticFromIndexMustBeValid string. Looks up a localized string similar to From index must be a valid index inside the from buffer. [read-only] staticGetHostEntryFailed string. Looks up a localized string similar to Call to GetHostEntry failed after {0} while querying for hostname '{1}': SocketErrorCode={2}, ErrorCode={3}, NativeErrorCode={4}.. [read-only] staticHardProcQuery string. Looks up a localized string similar to Retrieving procedure metadata for {0} from server.. [read-only] staticImproperValueFormat string. Looks up a localized string similar to Value has an unsupported format.. [read-only] staticIncorrectTransmission string. Looks up a localized string similar to An incorrect response was received from the server.. [read-only] staticIndexAndLengthTooBig string. Looks up a localized string similar to Index and length use more bytes than to has room for. [read-only] staticIndexMustBeValid string. Looks up a localized string similar to Index must be a valid position in the buffer. [read-only] staticInvalidColumnOrdinal string. Looks up a localized string similar to You have specified an invalid column ordinal.. [read-only] staticInvalidProcName string. Looks up a localized string similar to Procedure or function '{0}' cannot be found in database '{1}'.. [read-only] staticKeywordNoNull string. Looks up a localized string similar to Keyword does not allow null values.. [read-only] staticKeywordNotSupported string. Looks up a localized string similar to Keyword not supported.. [read-only] staticMoreThanOneOPRow string. Looks up a localized string similar to INTERNAL ERROR: More than one output parameter row detected.. [read-only] staticMultipleConnectionsInTransactionNotSupported string. Looks up a localized string similar to Multiple simultaneous connections or connections with different connection strings inside the same transaction are not currently supported.. [read-only] staticNamedPipeNoSeek string. Looks up a localized string similar to NamedPipeStream does not support seeking. [read-only] staticNamedPipeNoSetLength string. Looks up a localized string similar to NamedPipeStream doesn't support SetLength. [read-only] staticNextResultIsClosed string. Looks up a localized string similar to Invalid attempt to call NextResult when the reader is closed.. [read-only] staticNoBodiesAndTypeNotSet string. 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.. [read-only] staticNoNestedTransactions string. Looks up a localized string similar to Nested transactions are not supported.. [read-only] staticNoServerSSLSupport string. Looks up a localized string similar to The host {0} does not support SSL connections.. [read-only] staticObjectDisposed string. Looks up a localized string similar to The object is not open or has been disposed.. [read-only] staticOffsetCannotBeNegative string. Looks up a localized string similar to Offset cannot be negative. [read-only] staticOffsetMustBeValid string. Looks up a localized string similar to Offset must be a valid position in buffer. [read-only] staticParameterAlreadyDefined string. Looks up a localized string similar to Parameter '{0}' has already been defined.. [read-only] staticParameterCannotBeNegative string. Looks up a localized string similar to Parameter cannot have a negative value. [read-only] staticParameterCannotBeNull string. Looks up a localized string similar to Parameter cannot be null. [read-only] staticParameterIsInvalid string. Looks up a localized string similar to Parameter is invalid.. [read-only] staticParameterMustBeDefined string. Looks up a localized string similar to Parameter '{0}' must be defined.. [read-only] staticParameterNotFoundDuringPrepare string. Looks up a localized string similar to Parameter '{0}' was not found during prepare.. [read-only] staticPasswordMustHaveLegalChars string. Looks up a localized string similar to Password must be valid and contain length characters. [read-only] staticPerfMonCategoryHelp string. Looks up a localized string similar to This category includes a series of counters for MySQL.. [read-only] staticPerfMonCategoryName string. Looks up a localized string similar to .NET Data Provider for MySQL. [read-only] staticPerfMonHardProcHelp string. Looks up a localized string similar to The number of times a procedures metadata had to be queried from the server.. [read-only] staticPerfMonHardProcName string. Looks up a localized string similar to Hard Procedure Queries. [read-only] staticPerfMonSoftProcHelp string. Looks up a localized string similar to The number of times a procedures metadata was retrieved from the client-side cache.. [read-only] staticPerfMonSoftProcName string. Looks up a localized string similar to Soft Procedure Queries. [read-only] staticProcAndFuncSameName string. Looks up a localized string similar to same name are not supported.. [read-only] staticQueryTooLarge string. Looks up a localized string similar to Packets larger than max_allowed_packet are not allowed.. [read-only] staticReadFromStreamFailed string. Looks up a localized string similar to Reading from the stream has failed.. [read-only] staticReadingPriorColumnUsingSeqAccess string. Looks up a localized string similar to Invalid attempt to read a prior column using SequentialAccess. [read-only] staticResourceManager System.Resources.ResourceManager. Returns the cached ResourceManager instance used by this class. [read-only] staticRoutineNotFound string. 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.. [read-only] staticSocketNoSeek string. Looks up a localized string similar to Socket streams do not support seeking. [read-only] staticSoftProcQuery string. Looks up a localized string similar to Retrieving procedure metadata for {0} from procedure cache.. [read-only] staticSPNotSupported string. Looks up a localized string similar to Stored procedures are not supported on this version of MySQL. [read-only] staticStreamAlreadyClosed string. Looks up a localized string similar to The stream has already been closed. [read-only] staticStreamNoRead string. Looks up a localized string similar to The stream does not support reading. [read-only] staticStreamNoWrite string. Looks up a localized string similar to The stream does not support writing. [read-only] staticTableDirectNotSupported string. Looks up a localized string similar to TableDirect command type is not supported.. [read-only] staticTimeout string. 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.. [read-only] staticTimeoutExpiredNullObject string. Looks up a localized string similar to Timeout expired but command object was null. This should not happen.. [read-only] staticTimeoutGettingConnection string. 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.. [read-only] staticUnableToConnectToHost string. Looks up a localized string similar to Unable to connect to any of the specified MySQL hosts.. [read-only] staticUnableToDeriveParameters string. 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.. [read-only] staticUnableToEnumerateUDF string. 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?. [read-only] staticUnableToExecuteSP string. Looks up a localized string similar to Unable to execute stored procedure '{0}'.. [read-only] staticUnableToParseFK string. Looks up a localized string similar to There was an error parsing the foreign key definition.. [read-only] staticUnableToRetrieveParameters string. 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.. [read-only] staticUnableToRetrieveSProcData string. 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.. [read-only] staticUnableToStartSecondAsyncOp string. Looks up a localized string similar to Unable to start a second async operation while one is running.. [read-only] staticUnixSocketsNotSupported string. Looks up a localized string similar to Unix sockets are not supported on Windows. [read-only] staticValueNotSupportedForGuid string. Looks up a localized string similar to The requested column value could not be treated as or conveted to a Guid.. [read-only] staticWriteToStreamFailed string. Looks up a localized string similar to Writing to the stream failed.. [read-only] staticWrongParameterName string. 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..