documentation.HELP! MySQL Connector/Net Documentation

MySqlHelper.ExecuteReaderAsync Method

MySQL Connector/Net

previous page next page
MySQL Connector/Net
MySqlHelperExecuteReaderAsync Method
Overload List
  Name Description
Public method Static member ExecuteReaderAsync(String, String)
Async version of ExecuteReader
Public method Static member ExecuteReaderAsync(MySqlConnection, String)
Async version of ExecuteReader
Public method Static member ExecuteReaderAsync(String, String, MySqlParameter)
Async version of ExecuteReader
Public method Static member ExecuteReaderAsync(String, String, CancellationToken)
Public method Static member ExecuteReaderAsync(MySqlConnection, String, MySqlParameter)
Async version of ExecuteReader
Public method Static member ExecuteReaderAsync(MySqlConnection, String, CancellationToken)
Public method Static member ExecuteReaderAsync(String, String, CancellationToken, MySqlParameter)
Public method Static member ExecuteReaderAsync(MySqlConnection, String, CancellationToken, MySqlParameter)
Top
See Also

Reference

MySqlHelper Class
MySql.Data.MySqlClient Namespace

Copyright © 2004,2016 Oracle and/or its affiliates. All rights reserved.

Send comments on this topic to [email protected]
previous page start next page

Menu

  • Homepage

Table of contents

  • Users Guide
  • Installation
  • Programming
  • Connection Options
  • Tutorial
  • Support
  • Versions
  • Reference
  • MySql.Data.MySqlClient
  • AuthenticationPluginConfigurationElement Class
  • AuthenticationPluginConfigurationElement Constructor
  • AuthenticationPluginConfigurationElement Properties
  • Name Property
  • Type Property
  • AuthenticationPluginConfigurationElement Methods
  • BaseCommandInterceptor Class
  • BaseCommandInterceptor Constructor
  • BaseCommandInterceptor Properties
  • ActiveConnection Property
  • BaseCommandInterceptor Methods
  • ExecuteNonQuery Method
  • ExecuteReader Method
  • ExecuteScalar Method
  • Init Method
  • BaseExceptionInterceptor Class
  • BaseExceptionInterceptor Constructor
  • BaseExceptionInterceptor Properties
  • ActiveConnection Property
  • BaseExceptionInterceptor Methods
  • Init Method
  • InterceptException Method
  • BaseTableCache Class
  • BaseTableCache Constructor
  • BaseTableCache Methods
  • AddToCache Method
  • CleanCache Method
  • Dump Method
  • RemoveFromCache Method
  • RetrieveFromCache Method
  • BaseTableCache Fields
  • MaxCacheAge Field
  • GenericConfigurationElementCollection(T) Class
  • GenericConfigurationElementCollection(T) Constructor
  • GenericConfigurationElementCollection(T) Properties
  • GenericConfigurationElementCollection(T) Methods
  • CreateNewElement Method
  • CreateNewElement Method
  • GetElementKey Method
  • GetEnumerator Method
  • InterceptorConfigurationElement Class
  • InterceptorConfigurationElement Constructor
  • InterceptorConfigurationElement Properties
  • Name Property
  • Type Property
  • InterceptorConfigurationElement Methods
  • MySqlBulkLoader Class
  • MySqlBulkLoader Constructor
  • MySqlBulkLoader Properties
  • CharacterSet Property
  • Columns Property
  • ConflictOption Property
  • Connection Property
  • EscapeCharacter Property
  • Expressions Property
  • FieldQuotationCharacter Property
  • FieldQuotationOptional Property
  • FieldTerminator Property
  • FileName Property
  • LinePrefix Property
  • LineTerminator Property
  • Local Property
  • NumberOfLinesToSkip Property
  • Priority Property
  • TableName Property
  • Timeout Property
  • MySqlBulkLoader Methods
  • Load Method
  • LoadAsync Method
  • LoadAsync Method
  • LoadAsync Method (CancellationToken)
  • MySqlBulkLoaderConflictOption Enumeration
  • MySqlBulkLoaderPriority Enumeration
  • MySqlCertificateStoreLocation Enumeration
  • MySqlClientFactory Class
  • MySqlClientFactory Constructor
  • MySqlClientFactory Properties
  • CanCreateDataSourceEnumerator Property
  • MySqlClientFactory Methods
  • CreateCommand Method
  • CreateCommandBuilder Method
  • CreateConnection Method
  • CreateConnectionStringBuilder Method
  • CreateDataAdapter Method
  • CreateParameter Method
  • MySqlClientFactory Fields
  • Instance Field
  • MySqlClientPermission Class
  • MySqlClientPermission Constructor
  • MySqlClientPermission Properties
  • MySqlClientPermission Methods
  • Add Method
  • Copy Method
  • MySqlClientPermissionAttribute Class
  • MySqlClientPermissionAttribute Constructor
  • MySqlClientPermissionAttribute Properties
  • MySqlClientPermissionAttribute Methods
  • CreatePermission Method
  • MySqlCommand Class
  • MySqlCommand Constructor
  • MySqlCommand Constructor
  • MySqlCommand Constructor (String)
  • MySqlCommand Constructor (String, MySqlConnection)
  • MySqlCommand Constructor (String, MySqlConnection, MySqlTransaction)
  • MySqlCommand Properties
  • CacheAge Property
  • CommandText Property
  • CommandTimeout Property
  • CommandType Property
  • Connection Property
  • DbConnection Property
  • DbParameterCollection Property
  • DbTransaction Property
  • DesignTimeVisible Property
  • EnableCaching Property
  • IsPrepared Property
  • LastInsertedId Property
  • Parameters Property
  • Transaction Property
  • UpdatedRowSource Property
  • MySqlCommand Methods
  • BeginExecuteNonQuery Method
  • BeginExecuteNonQuery Method
  • BeginExecuteNonQuery Method (AsyncCallback, Object)
  • BeginExecuteReader Method
  • BeginExecuteReader Method
  • BeginExecuteReader Method (CommandBehavior)
  • Cancel Method
  • Clone Method
  • CreateDbParameter Method
  • CreateParameter Method
  • Dispose Method
  • Dispose Method
  • Dispose Method (Boolean)
  • EndExecuteNonQuery Method
  • EndExecuteReader Method
  • ExecuteDbDataReader Method
  • ExecuteNonQuery Method
  • ExecuteReader Method
  • ExecuteReader Method
  • ExecuteReader Method (CommandBehavior)
  • ExecuteScalar Method
  • Finalize Method
  • Prepare Method
  • MySqlCommand Events
  • MySqlCommandBuilder Class
  • MySqlCommandBuilder Constructor
  • MySqlCommandBuilder Constructor
  • MySqlCommandBuilder Constructor (MySqlDataAdapter)
  • MySqlCommandBuilder Properties
  • DataAdapter Property
  • MySqlCommandBuilder Methods
  • ApplyParameterInfo Method
  • DeriveParameters Method
  • GetDeleteCommand Method
  • GetDeleteCommand Method
  • GetInsertCommand Method
  • GetInsertCommand Method
  • GetParameterName Method
  • GetParameterName Method (Int32)
  • GetParameterName Method (String)
  • GetParameterPlaceholder Method
  • GetSchemaTable Method
  • GetUpdateCommand Method
  • GetUpdateCommand Method
  • QuoteIdentifier Method
  • SetRowUpdatingHandler Method
  • UnquoteIdentifier Method
  • MySqlCommandBuilder Events
  • MySqlConfiguration Class
  • MySqlConfiguration Constructor
  • MySqlConfiguration Properties
  • AuthenticationPlugins Property
  • CommandInterceptors Property
  • ExceptionInterceptors Property
  • Replication Property
  • Settings Property
  • MySqlConfiguration Methods
  • MySqlConnection Class
  • MySqlConnection Constructor
  • MySqlConnection Constructor
  • MySqlConnection Constructor (String)
  • MySqlConnection Properties
  • ConnectionString Property
  • ConnectionTimeout Property
  • Database Property
  • DataSource Property
  • DbProviderFactory Property
  • IsPasswordExpired Property
  • ServerThread Property
  • ServerVersion Property
  • State Property
  • UseCompression Property
  • MySqlConnection Methods
  • BeginDbTransaction Method
  • BeginTransaction Method
  • BeginTransaction Method
  • BeginTransaction Method (IsolationLevel)
  • BeginTransactionAsync Method
  • BeginTransactionAsync Method
  • BeginTransactionAsync Method (IsolationLevel)
  • BeginTransactionAsync Method (CancellationToken)
  • BeginTransactionAsync Method (IsolationLevel, CancellationToken)
  • CancelQuery Method
  • ChangeDatabase Method
  • ChangeDataBaseAsync Method
  • ChangeDataBaseAsync Method (String)
  • ChangeDataBaseAsync Method (String, CancellationToken)
  • ClearAllPools Method
  • ClearAllPoolsAsync Method
  • ClearAllPoolsAsync Method
  • ClearAllPoolsAsync Method (CancellationToken)
  • ClearPool Method
  • ClearPoolAsync Method
  • ClearPoolAsync Method (MySqlConnection)
  • ClearPoolAsync Method (MySqlConnection, CancellationToken)
  • Clone Method
  • Close Method
  • CloseAsync Method
  • CloseAsync Method
  • CloseAsync Method (CancellationToken)
  • CreateCommand Method
  • CreateDbCommand Method
  • Dispose Method
  • Dispose Method
  • Dispose Method (Boolean)
  • EnlistTransaction Method
  • Finalize Method
  • GetSchema Method
  • GetSchema Method
  • GetSchema Method (String)
  • GetSchema Method (String, String[])
  • GetSchemaCollection Method
  • GetSchemaCollectionAsync Method
  • GetSchemaCollectionAsync Method (String, String[])
  • GetSchemaCollectionAsync Method (String, String[], CancellationToken)
  • Open Method
  • Ping Method
  • MySqlConnection Events
  • InfoMessage Event
  • MySqlConnectionProtocol Enumeration
  • MySqlConnectionStringBuilder Class
  • MySqlConnectionStringBuilder Constructor
  • MySqlConnectionStringBuilder Constructor
  • MySqlConnectionStringBuilder Constructor (String)
  • MySqlConnectionStringBuilder Properties
  • AllowBatch Property
  • AllowUserVariables Property
  • AllowZeroDateTime Property
  • AutoEnlist Property
  • BlobAsUTF8ExcludePattern Property
  • BlobAsUTF8IncludePattern Property
  • CacheServerProperties Property
  • CertificateFile Property
  • CertificatePassword Property
  • CertificateStoreLocation Property
  • CertificateThumbprint Property
  • CharacterSet Property
  • CheckParameters Property
  • CommandInterceptors Property
  • ConnectionLifeTime Property
  • ConnectionProtocol Property
  • ConnectionReset Property
  • ConnectionTimeout Property
  • ConvertZeroDateTime Property
  • Database Property
  • DefaultCommandTimeout Property
  • DefaultTableCacheAge Property
  • ExceptionInterceptors Property
  • FabricGroup Property
  • FabricScope Property
  • FabricServerMode Property
  • FunctionsReturnString Property
  • IgnorePrepare Property
  • IncludeSecurityAsserts Property
  • IntegratedSecurity Property
  • InteractiveSession Property
  • Item Property
  • Keepalive Property
  • Logging Property
  • MaximumPoolSize Property
  • MinimumPoolSize Property
  • OldGuids Property
  • Password Property
  • PersistSecurityInfo Property
  • PipeName Property
  • Pooling Property
  • Port Property
  • ProcedureCacheSize Property
  • Replication Property
  • RespectBinaryFlags Property
  • Server Property
  • ShardingKey Property
  • ShardingTable Property
  • SharedMemoryName Property
  • SqlServerMode Property
  • SslMode Property
  • TableCaching Property
  • TreatBlobsAsUTF8 Property
  • TreatTinyAsBoolean Property
  • UseAffectedRows Property
  • UseCompression Property
  • UseDefaultCommandTimeoutForEF Property
  • UseOldSyntax Property
  • UsePerformanceMonitor Property
  • UseProcedureBodies Property
  • UserID Property
  • UseUsageAdvisor Property
  • MySqlConnectionStringBuilder Methods
  • Clear Method
  • ContainsKey Method
  • Equals Method
  • GetConnectionString Method
  • Remove Method
  • MySqlDataAdapter Class
  • MySqlDataAdapter Constructor
  • MySqlDataAdapter Constructor
  • MySqlDataAdapter Constructor (MySqlCommand)
  • MySqlDataAdapter Constructor (String, MySqlConnection)
  • MySqlDataAdapter Constructor (String, String)
  • MySqlDataAdapter Properties
  • DeleteCommand Property
  • InsertCommand Property
  • SelectCommand Property
  • UpdateBatchSize Property
  • UpdateCommand Property
  • MySqlDataAdapter Methods
  • AddToBatch Method
  • ClearBatch Method
  • CreateRowUpdatedEvent Method
  • CreateRowUpdatingEvent Method
  • ExecuteBatch Method
  • FillAsync Method
  • FillAsync Method (DataSet)
  • FillAsync Method (DataTable)
  • FillAsync Method (DataSet, String)
  • FillAsync Method (DataSet, CancellationToken)
  • FillAsync Method (DataTable, IDataReader)
  • FillAsync Method (DataTable, CancellationToken)
  • FillAsync Method (DataSet, String, CancellationToken)
  • FillAsync Method (DataTable, IDataReader, CancellationToken)
  • FillAsync Method (DataTable, IDbCommand, CommandBehavior)
  • FillAsync Method (Int32, Int32, DataTable[])
  • FillAsync Method (DataSet, Int32, Int32, String)
  • FillAsync Method (DataTable, IDbCommand, CommandBehavior, CancellationToken)
  • FillAsync Method (Int32, Int32, CancellationToken, DataTable[])
  • FillAsync Method (DataSet, Int32, Int32, String, CancellationToken)
  • FillAsync Method (DataSet, String, IDataReader, Int32, Int32)
  • FillAsync Method (DataTable[], Int32, Int32, IDbCommand, CommandBehavior)
  • FillAsync Method (DataSet, Int32, Int32, String, IDbCommand, CommandBehavior)
  • FillAsync Method (DataSet, String, IDataReader, Int32, Int32, CancellationToken)
  • FillAsync Method (DataTable[], Int32, Int32, IDbCommand, CommandBehavior, CancellationToken)
  • FillAsync Method (DataSet, Int32, Int32, String, IDbCommand, CommandBehavior, CancellationToken)
  • FillSchemaAsync Method
  • FillSchemaAsync Method (DataSet, SchemaType)
  • FillSchemaAsync Method (DataTable, SchemaType)
  • FillSchemaAsync Method (DataSet, SchemaType, String)
  • FillSchemaAsync Method (DataSet, SchemaType, CancellationToken)
  • FillSchemaAsync Method (DataTable, SchemaType, IDataReader)
  • FillSchemaAsync Method (DataTable, SchemaType, CancellationToken)
  • FillSchemaAsync Method (DataSet, SchemaType, String, IDataReader)
  • FillSchemaAsync Method (DataSet, SchemaType, String, CancellationToken)
  • FillSchemaAsync Method (DataTable, SchemaType, IDataReader, CancellationToken)
  • FillSchemaAsync Method (DataTable, SchemaType, IDbCommand, CommandBehavior)
  • FillSchemaAsync Method (DataSet, SchemaType, IDbCommand, String, CommandBehavior)
  • FillSchemaAsync Method (DataSet, SchemaType, String, IDataReader, CancellationToken)
  • FillSchemaAsync Method (DataTable, SchemaType, IDbCommand, CommandBehavior, CancellationToken)
  • FillSchemaAsync Method (DataSet, SchemaType, IDbCommand, String, CommandBehavior, CancellationToken)
  • GetBatchedParameter Method
  • InitializeBatching Method
  • OnRowUpdated Method
  • OnRowUpdating Method
  • TerminateBatching Method
  • Update Method
  • Update Method (DataRow[], DataTableMapping)
  • UpdateAsync Method
  • UpdateAsync Method (DataRow[])
  • UpdateAsync Method (DataSet)
  • UpdateAsync Method (DataTable)
  • UpdateAsync Method (DataRow[], DataTableMapping)
  • UpdateAsync Method (DataRow[], CancellationToken)
  • UpdateAsync Method (DataSet, String)
  • UpdateAsync Method (DataSet, CancellationToken)
  • UpdateAsync Method (DataTable, CancellationToken)
  • UpdateAsync Method (DataRow[], DataTableMapping, CancellationToken)
  • UpdateAsync Method (DataSet, String, CancellationToken)
  • MySqlDataAdapter Events
  • RowUpdated Event
  • RowUpdating Event
  • MySqlDataReader Class
  • MySqlDataReader Properties
  • Depth Property
  • FieldCount Property
  • HasRows Property
  • IsClosed Property
  • Item Property
  • Item Property (Int32)
  • Item Property (String)
  • RecordsAffected Property
  • MySqlDataReader Methods
  • Close Method
  • Dispose Method
  • Dispose Method
  • Finalize Method
  • GetBoolean Method
  • GetBoolean Method (Int32)
  • GetBoolean Method (String)
  • GetByte Method
  • GetByte Method (Int32)
  • GetByte Method (String)
  • GetBytes Method
  • GetChar Method
  • GetChar Method (Int32)
  • GetChar Method (String)
  • GetChars Method
  • GetDataTypeName Method
  • GetDateTime Method
  • GetDateTime Method (Int32)
  • GetDateTime Method (String)
  • GetDecimal Method
  • GetDecimal Method (Int32)
  • GetDecimal Method (String)
  • GetDouble Method
  • GetDouble Method (Int32)
  • GetDouble Method (String)
  • GetEnumerator Method
  • GetFieldType Method
  • GetFieldType Method (Int32)
  • GetFieldType Method (String)
  • GetFloat Method
  • GetFloat Method (Int32)
  • GetFloat Method (String)
  • GetGuid Method
  • GetGuid Method (Int32)
  • GetGuid Method (String)
  • GetInt16 Method
  • GetInt16 Method (Int32)
  • GetInt16 Method (String)
  • GetInt32 Method
  • GetInt32 Method (Int32)
  • GetInt32 Method (String)
  • GetInt64 Method
  • GetInt64 Method (Int32)
  • GetInt64 Method (String)
  • GetMySqlDateTime Method
  • GetMySqlDateTime Method (Int32)
  • GetMySqlDateTime Method (String)
  • GetMySqlDecimal Method
  • GetMySqlDecimal Method (Int32)
  • GetMySqlDecimal Method (String)
  • GetMySqlGeometry Method
  • GetMySqlGeometry Method (Int32)
  • GetMySqlGeometry Method (String)
  • GetName Method
  • GetOrdinal Method
  • GetSByte Method
  • GetSByte Method (Int32)
  • GetSByte Method (String)
  • GetSchemaTable Method
  • GetString Method
  • GetString Method (Int32)
  • GetString Method (String)
  • GetTimeSpan Method
  • GetTimeSpan Method (Int32)
  • GetTimeSpan Method (String)
  • GetUInt16 Method
  • GetUInt16 Method (Int32)
  • GetUInt16 Method (String)
  • GetUInt32 Method
  • GetUInt32 Method (Int32)
  • GetUInt32 Method (String)
  • GetUInt64 Method
  • GetUInt64 Method (Int32)
  • GetUInt64 Method (String)
  • GetValue Method
  • GetValues Method
  • IsDBNull Method
  • NextResult Method
  • Read Method
  • MySqlDbType Enumeration
  • MySqlDriverType Enumeration
  • MySqlError Class
  • MySqlError Constructor
  • MySqlError Properties
  • Code Property
  • Level Property
  • Message Property
  • MySqlError Methods
  • MySqlErrorCode Enumeration
  • MySqlException Class
  • MySqlException Properties
  • Number Property
  • MySqlException Methods
  • MySqlException Events
  • MySqlHelper Class
  • MySqlHelper Methods
  • DoubleQuoteString Method
  • EscapeString Method
  • ExecuteDataRow Method
  • ExecuteDataRowAsync Method
  • ExecuteDataRowAsync Method (String, String, MySqlParameter[])
  • ExecuteDataRowAsync Method (String, String, CancellationToken, MySqlParameter[])
  • ExecuteDataset Method
  • ExecuteDataset Method (String, String)
  • ExecuteDataset Method (MySqlConnection, String)
  • ExecuteDataset Method (String, String, MySqlParameter[])
  • ExecuteDataset Method (MySqlConnection, String, MySqlParameter[])
  • ExecuteDatasetAsync Method
  • ExecuteDatasetAsync Method (String, String)
  • ExecuteDatasetAsync Method (MySqlConnection, String)
  • ExecuteDatasetAsync Method (String, String, MySqlParameter[])
  • ExecuteDatasetAsync Method (String, String, CancellationToken)
  • ExecuteDatasetAsync Method (MySqlConnection, String, MySqlParameter[])
  • ExecuteDatasetAsync Method (MySqlConnection, String, CancellationToken)
  • ExecuteDatasetAsync Method (String, String, CancellationToken, MySqlParameter[])
  • ExecuteDatasetAsync Method (MySqlConnection, String, CancellationToken, MySqlParameter[])
  • ExecuteNonQuery Method
  • ExecuteNonQuery Method (String, String, MySqlParameter[])
  • ExecuteNonQuery Method (MySqlConnection, String, MySqlParameter[])
  • ExecuteNonQueryAsync Method
  • ExecuteNonQueryAsync Method (String, String, MySqlParameter[])
  • ExecuteNonQueryAsync Method (MySqlConnection, String, MySqlParameter[])
  • ExecuteNonQueryAsync Method (String, String, CancellationToken, MySqlParameter[])
  • ExecuteNonQueryAsync Method (MySqlConnection, String, CancellationToken, MySqlParameter[])
  • ExecuteReader Method
  • ExecuteReader Method (String, String)
  • ExecuteReader Method (MySqlConnection, String)
  • ExecuteReader Method (String, String, MySqlParameter[])
  • ExecuteReader Method (MySqlConnection, String, MySqlParameter[])
  • ExecuteReaderAsync Method
  • ExecuteReaderAsync Method (String, String)
  • ExecuteReaderAsync Method (MySqlConnection, String)
  • ExecuteReaderAsync Method (String, String, MySqlParameter[])
  • ExecuteReaderAsync Method (String, String, CancellationToken)
  • ExecuteReaderAsync Method (MySqlConnection, String, MySqlParameter[])
  • ExecuteReaderAsync Method (MySqlConnection, String, CancellationToken)
  • ExecuteReaderAsync Method (String, String, CancellationToken, MySqlParameter[])
  • ExecuteReaderAsync Method (MySqlConnection, String, CancellationToken, MySqlParameter[])
  • ExecuteScalar Method
  • ExecuteScalar Method (String, String)
  • ExecuteScalar Method (MySqlConnection, String)
  • ExecuteScalar Method (String, String, MySqlParameter[])
  • ExecuteScalar Method (MySqlConnection, String, MySqlParameter[])
  • ExecuteScalarAsync Method
  • ExecuteScalarAsync Method (String, String)
  • ExecuteScalarAsync Method (MySqlConnection, String)
  • ExecuteScalarAsync Method (String, String, MySqlParameter[])
  • ExecuteScalarAsync Method (String, String, CancellationToken)
  • ExecuteScalarAsync Method (MySqlConnection, String, MySqlParameter[])
  • ExecuteScalarAsync Method (MySqlConnection, String, CancellationToken)
  • ExecuteScalarAsync Method (String, String, CancellationToken, MySqlParameter[])
  • ExecuteScalarAsync Method (MySqlConnection, String, CancellationToken, MySqlParameter[])
  • UpdateDataSet Method
  • UpdateDataSetAsync Method
  • UpdateDataSetAsync Method (String, String, DataSet, String)
  • UpdateDataSetAsync Method (String, String, DataSet, String, CancellationToken)
  • MySqlInfoMessageEventArgs Class
  • MySqlInfoMessageEventArgs Constructor
  • MySqlInfoMessageEventArgs Methods
  • MySqlInfoMessageEventArgs Fields
  • errors Field
  • MySqlInfoMessageEventHandler Delegate
  • MySqlParameter Class
  • MySqlParameter Constructor
  • MySqlParameter Constructor
  • MySqlParameter Constructor (String, MySqlDbType)
  • MySqlParameter Constructor (String, Object)
  • MySqlParameter Constructor (String, MySqlDbType, Int32)
  • MySqlParameter Constructor (String, MySqlDbType, Int32, String)
  • MySqlParameter Constructor (String, MySqlDbType, Int32, ParameterDirection, Boolean, Byte, Byte, String, DataRowVersion, Object)
  • MySqlParameter Properties
  • DbType Property
  • Direction Property
  • IsNullable Property
  • MySqlDbType Property
  • ParameterName Property
  • PossibleValues Property
  • Precision Property
  • Scale Property
  • Size Property
  • SourceColumn Property
  • SourceColumnNullMapping Property
  • SourceVersion Property
  • Value Property
  • MySqlParameter Methods
  • Clone Method
  • ResetDbType Method
  • ToString Method
  • MySqlParameterCollection Class
  • MySqlParameterCollection Properties
  • Count Property
  • IsFixedSize Property
  • IsReadOnly Property
  • IsSynchronized Property
  • Item Property
  • Item Property (Int32)
  • Item Property (String)
  • SyncRoot Property
  • MySqlParameterCollection Methods
  • Add Method
  • Add Method (Object)
  • Add Method (MySqlParameter)
  • Add Method (String, MySqlDbType)
  • Add Method (String, Object)
  • Add Method (String, MySqlDbType, Int32)
  • Add Method (String, MySqlDbType, Int32, String)
  • AddRange Method
  • AddWithValue Method
  • Clear Method
  • Contains Method
  • Contains Method (Object)
  • Contains Method (String)
  • CopyTo Method
  • GetEnumerator Method
  • GetParameter Method
  • GetParameter Method (Int32)
  • GetParameter Method (String)
  • IndexOf Method
  • IndexOf Method (Object)
  • IndexOf Method (String)
  • Insert Method
  • Remove Method
  • RemoveAt Method
  • RemoveAt Method (Int32)
  • RemoveAt Method (String)
  • SetParameter Method
  • SetParameter Method (Int32, DbParameter)
  • SetParameter Method (String, DbParameter)
  • MySqlRowUpdatedEventArgs Class
  • MySqlRowUpdatedEventArgs Constructor
  • MySqlRowUpdatedEventArgs Properties
  • Command Property
  • MySqlRowUpdatedEventArgs Methods
  • MySqlRowUpdatedEventHandler Delegate
  • MySqlRowUpdatingEventArgs Class
  • MySqlRowUpdatingEventArgs Constructor
  • MySqlRowUpdatingEventArgs Properties
  • Command Property
  • MySqlRowUpdatingEventArgs Methods
  • MySqlRowUpdatingEventHandler Delegate
  • MySqlSchemaCollection Class
  • MySqlSchemaCollection Constructor
  • MySqlSchemaCollection Constructor
  • MySqlSchemaCollection Constructor (DataTable)
  • MySqlSchemaCollection Constructor (String)
  • MySqlSchemaCollection Properties
  • Columns Property
  • Name Property
  • Rows Property
  • MySqlSchemaCollection Methods
  • MySqlSchemaRow Class
  • MySqlSchemaRow Constructor
  • MySqlSchemaRow Methods
  • MySqlScript Class
  • MySqlScript Constructor
  • MySqlScript Constructor
  • MySqlScript Constructor (String)
  • MySqlScript Constructor (MySqlConnection)
  • MySqlScript Constructor (MySqlConnection, String)
  • MySqlScript Properties
  • Connection Property
  • Delimiter Property
  • Query Property
  • MySqlScript Methods
  • Execute Method
  • ExecuteAsync Method
  • ExecuteAsync Method
  • ExecuteAsync Method (CancellationToken)
  • MySqlScript Events
  • Error Event
  • ScriptCompleted Event
  • StatementExecuted Event
  • MySqlScriptErrorEventArgs Class
  • MySqlScriptErrorEventArgs Constructor
  • MySqlScriptErrorEventArgs Properties
  • Exception Property
  • Ignore Property
  • MySqlScriptErrorEventArgs Methods
  • MySqlScriptErrorEventHandler Delegate
  • MySqlScriptEventArgs Class
  • MySqlScriptEventArgs Constructor
  • MySqlScriptEventArgs Properties
  • Line Property
  • Position Property
  • StatementText Property
  • MySqlScriptEventArgs Methods
  • MySqlSecurityPermission Class
  • MySqlSecurityPermission Methods
  • CreatePermissionSet Method
  • MySqlSslMode Enumeration
  • MySqlStatementExecutedEventHandler Delegate
  • MySqlTrace Class
  • MySqlTrace Constructor
  • MySqlTrace Properties
  • Listeners Property
  • QueryAnalysisEnabled Property
  • Switch Property
  • MySqlTrace Methods
  • DisableQueryAnalyzer Method
  • EnableQueryAnalyzer Method
  • MySqlTrace Fields
  • qaEnabled Field
  • qaHost Field
  • MySqlTraceEventType Enumeration
  • MySqlTransaction Class
  • MySqlTransaction Properties
  • Connection Property
  • DbConnection Property
  • IsolationLevel Property
  • MySqlTransaction Methods
  • Commit Method
  • Dispose Method
  • Dispose Method
  • Dispose Method (Boolean)
  • Finalize Method
  • Rollback Method
  • ReplicationConfigurationElement Class
  • ReplicationConfigurationElement Constructor
  • ReplicationConfigurationElement Properties
  • ServerGroups Property
  • ReplicationConfigurationElement Methods
  • ReplicationServerConfigurationElement Class
  • ReplicationServerConfigurationElement Constructor
  • ReplicationServerConfigurationElement Properties
  • ConnectionString Property
  • IsMaster Property
  • Name Property
  • ReplicationServerConfigurationElement Methods
  • ReplicationServerGroupConfigurationElement Class
  • ReplicationServerGroupConfigurationElement Constructor
  • ReplicationServerGroupConfigurationElement Properties
  • GroupType Property
  • Name Property
  • RetryTime Property
  • Servers Property
  • ReplicationServerGroupConfigurationElement Methods
  • SchemaColumn Class
  • SchemaColumn Constructor
  • SchemaColumn Properties
  • Name Property
  • Type Property
  • SchemaColumn Methods
  • StringUtility Class
  • StringUtility Constructor
  • StringUtility Methods
  • ToLowerInvariant Method
  • ToUpperInvariant Method
  • UsageAdvisorWarningFlags Enumeration
  • MySql.Data.MySqlClient.Authentication
  • MySqlAuthenticationPlugin Class
  • MySqlAuthenticationPlugin Constructor
  • MySqlAuthenticationPlugin Properties
  • Encoding Property
  • PluginName Property
  • ServerVersion Property
  • Settings Property
  • MySqlAuthenticationPlugin Methods
  • AuthenticationFailed Method
  • AuthenticationSuccessful Method
  • CheckConstraints Method
  • GetPassword Method
  • GetUsername Method
  • MoreData Method
  • SetAuthData Method
  • MySqlAuthenticationPlugin Fields
  • AuthenticationData Field
  • MySqlNativePasswordPlugin Class
  • MySqlNativePasswordPlugin Constructor
  • MySqlNativePasswordPlugin Properties
  • PluginName Property
  • MySqlNativePasswordPlugin Methods
  • GetPassword Method
  • MoreData Method
  • SetAuthData Method
  • MySqlNativePasswordPlugin Fields
  • SecBuffer Structure
  • SecBuffer Constructor
  • SecBuffer Constructor (Byte[])
  • SecBuffer Constructor (Int32)
  • SecBuffer Constructor (Byte[], SecBufferType)
  • SecBuffer Methods
  • Dispose Method
  • SecBuffer Fields
  • BufferType Field
  • cbBuffer Field
  • pvBuffer Field
  • SecBufferType Enumeration
  • SecHandle Structure
  • SecHandle Methods
  • SecPkgContext_Sizes Structure
  • SecPkgContext_Sizes Methods
  • SecPkgContext_Sizes Fields
  • cbBlockSize Field
  • cbMaxSignature Field
  • cbMaxToken Field
  • cbSecurityTrailer Field
  • SECURITY_HANDLE Structure
  • SECURITY_HANDLE Constructor
  • SECURITY_HANDLE Methods
  • SECURITY_HANDLE Fields
  • HighPart Field
  • LowPart Field
  • SECURITY_INTEGER Structure
  • SECURITY_INTEGER Constructor
  • SECURITY_INTEGER Methods
  • SECURITY_INTEGER Fields
  • HighPart Field
  • LowPart Field
  • Sha256AuthenticationPlugin Class
  • Sha256AuthenticationPlugin Constructor
  • Sha256AuthenticationPlugin Properties
  • PluginName Property
  • Sha256AuthenticationPlugin Methods
  • GetPassword Method
  • MoreData Method
  • Sha256AuthenticationPlugin Fields
  • MySql.Data.MySqlClient.Memcached
  • BinaryClient Class
  • BinaryClient Constructor
  • BinaryClient Methods
  • Add Method
  • Append Method
  • Cas Method
  • Decrement Method
  • Delete Method
  • FlushAll Method
  • Get Method
  • Increment Method
  • Prepend Method
  • Replace Method
  • Set Method
  • BinaryClient Fields
  • Client Class
  • Client Constructor
  • Client Methods
  • Add Method
  • Append Method
  • Cas Method
  • Close Method
  • Decrement Method
  • Delete Method
  • FlushAll Method
  • Get Method
  • GetInstance Method
  • Increment Method
  • Open Method
  • Prepend Method
  • Replace Method
  • Set Method
  • Client Fields
  • port Field
  • server Field
  • stream Field
  • MemcachedException Class
  • MemcachedException Constructor
  • MemcachedException Constructor (String)
  • MemcachedException Constructor (String, Exception)
  • MemcachedException Properties
  • MemcachedException Methods
  • MemcachedException Events
  • MemcachedFlags Enumeration
  • TextClient Class
  • TextClient Constructor
  • TextClient Methods
  • Add Method
  • Append Method
  • Cas Method
  • Decrement Method
  • Delete Method
  • FlushAll Method
  • Get Method
  • Increment Method
  • Prepend Method
  • Replace Method
  • Set Method
  • TextClient Fields
  • MySql.Data.MySqlClient.Replication
  • ReplicationRoundRobinServerGroup Class
  • ReplicationRoundRobinServerGroup Constructor
  • ReplicationRoundRobinServerGroup Properties
  • ReplicationRoundRobinServerGroup Methods
  • GetServer Method
  • GetServer Method (Boolean)
  • ReplicationRoundRobinServerGroup Fields
  • ReplicationServer Class
  • ReplicationServer Constructor
  • ReplicationServer Properties
  • ConnectionString Property
  • IsAvailable Property
  • IsMaster Property
  • Name Property
  • ReplicationServer Methods
  • ReplicationServerGroup Class
  • ReplicationServerGroup Constructor
  • ReplicationServerGroup Properties
  • Name Property
  • RetryTime Property
  • Servers Property
  • ReplicationServerGroup Methods
  • AddServer Method
  • GetServer Method
  • GetServer Method (Boolean)
  • GetServer Method (String)
  • GetServer Method (Boolean, MySqlConnectionStringBuilder)
  • HandleFailover Method
  • HandleFailover Method (ReplicationServer)
  • HandleFailover Method (ReplicationServer, Exception)
  • RemoveServer Method
  • ReplicationServerGroup Fields
  • servers Field
  • MySql.Data.Types
  • MySqlConversionException Class
  • MySqlConversionException Constructor
  • MySqlConversionException Properties
  • MySqlConversionException Methods
  • MySqlConversionException Events
  • MySqlDateTime Structure
  • MySqlDateTime Constructor
  • MySqlDateTime Constructor (DateTime)
  • MySqlDateTime Constructor (String)
  • MySqlDateTime Constructor (MySqlDateTime)
  • MySqlDateTime Constructor (Int32, Int32, Int32, Int32, Int32, Int32, Int32)
  • MySqlDateTime Properties
  • Day Property
  • Hour Property
  • IsNull Property
  • IsValidDateTime Property
  • Microsecond Property
  • Millisecond Property
  • Minute Property
  • Month Property
  • Second Property
  • Value Property
  • Year Property
  • MySqlDateTime Methods
  • GetDateTime Method
  • ToString Method
  • MySqlDateTime Type Conversions
  • Explicit Conversion (MySqlDateTime to DateTime)
  • MySqlDateTime Fields
  • TimezoneOffset Field
  • MySqlDecimal Structure
  • MySqlDecimal Properties
  • IsNull Property
  • Precision Property
  • Scale Property
  • Value Property
  • MySqlDecimal Methods
  • ToDouble Method
  • ToString Method
  • MySqlGeometry Structure
  • MySqlGeometry Constructor
  • MySqlGeometry Constructor (Boolean)
  • MySqlGeometry Constructor (Double, Double)
  • MySqlGeometry Constructor (MySqlDbType, Byte[])
  • MySqlGeometry Constructor (Double, Double, Int32)
  • MySqlGeometry Properties
  • IsNull Property
  • SRID Property
  • Value Property
  • XCoordinate Property
  • YCoordinate Property
  • MySqlGeometry Methods
  • GetWKT Method
  • Parse Method
  • SetDSInfo Method
  • ToString Method
  • TryParse Method
  • MySql.Web.Common
  • SchemaManager Class
  • SchemaManager Properties
  • Version Property
  • MySql.Web.Personalization
  • MySqlPersonalizationProvider Class
  • MySqlPersonalizationProvider Constructor
  • MySqlPersonalizationProvider Properties
  • ApplicationName Property
  • MySqlPersonalizationProvider Methods
  • FindState Method
  • GetCountOfState Method
  • Initialize Method
  • LoadPersonalizationBlobs Method
  • ResetPersonalizationBlob Method
  • ResetState Method
  • ResetUserState Method
  • SavePersonalizationBlob Method
  • MySql.Web.Profile
  • MySQLProfileProvider Class
  • MySQLProfileProvider Constructor
  • MySQLProfileProvider Properties
  • ApplicationName Property
  • MySQLProfileProvider Methods
  • DeleteInactiveProfiles Method
  • DeleteProfiles Method
  • DeleteProfiles Method (String[])
  • DeleteProfiles Method (ProfileInfoCollection)
  • FindInactiveProfilesByUserName Method
  • FindProfilesByUserName Method
  • GetAllInactiveProfiles Method
  • GetAllProfiles Method
  • GetNumberOfInactiveProfiles Method
  • GetPropertyValues Method
  • Initialize Method
  • SetPropertyValues Method
  • MySql.Web.Security
  • MySQLMembershipProvider Class
  • MySQLMembershipProvider Constructor
  • MySQLMembershipProvider Properties
  • ApplicationName Property
  • EnablePasswordReset Property
  • EnablePasswordRetrieval Property
  • MaxInvalidPasswordAttempts Property
  • MinRequiredNonAlphanumericCharacters Property
  • MinRequiredPasswordLength Property
  • PasswordAttemptWindow Property
  • PasswordFormat Property
  • PasswordStrengthRegularExpression Property
  • RequiresQuestionAndAnswer Property
  • RequiresUniqueEmail Property
  • WriteExceptionsToEventLog Property
  • MySQLMembershipProvider Methods
  • ChangePassword Method
  • ChangePasswordQuestionAndAnswer Method
  • CreateUser Method
  • DeleteUser Method
  • FindUsersByEmail Method
  • FindUsersByName Method
  • GetAllUsers Method
  • GetNumberOfUsersOnline Method
  • GetPassword Method
  • GetUser Method
  • GetUser Method (Object, Boolean)
  • GetUser Method (String, Boolean)
  • GetUserNameByEmail Method
  • Initialize Method
  • ResetPassword Method
  • UnlockUser Method
  • UpdateUser Method
  • ValidateUser Method
  • MySQLMembershipProvider Events
  • MySQLRoleProvider Class
  • MySQLRoleProvider Constructor
  • MySQLRoleProvider Properties
  • ApplicationName Property
  • WriteExceptionsToEventLog Property
  • MySQLRoleProvider Methods
  • AddUsersToRoles Method
  • CreateRole Method
  • DeleteRole Method
  • FindUsersInRole Method
  • GetAllRoles Method
  • GetRolesForUser Method
  • GetUsersInRole Method
  • Initialize Method
  • IsUserInRole Method
  • RemoveUsersFromRoles Method
  • RoleExists Method
  • MySqlSimpleMembershipProvider Class
  • MySqlSimpleMembershipProvider Constructor
  • MySqlSimpleMembershipProvider Constructor
  • MySqlSimpleMembershipProvider Constructor (MembershipProvider)
  • MySqlSimpleMembershipProvider Properties
  • ApplicationName Property
  • ConnectionString Property
  • ConnectionStringName Property
  • EnablePasswordReset Property
  • EnablePasswordRetrieval Property
  • MaxInvalidPasswordAttempts Property
  • MinRequiredNonAlphanumericCharacters Property
  • MinRequiredPasswordLength Property
  • PasswordAttemptWindow Property
  • PasswordFormat Property
  • PasswordStrengthRegularExpression Property
  • ProviderName Property
  • RequiresQuestionAndAnswer Property
  • RequiresUniqueEmail Property
  • UserIdColumn Property
  • UserNameColumn Property
  • UserTableName Property
  • MySqlSimpleMembershipProvider Methods
  • ChangePassword Method
  • ChangePasswordQuestionAndAnswer Method
  • ConfirmAccount Method
  • ConfirmAccount Method (String)
  • ConfirmAccount Method (String, String)
  • CreateAccount Method
  • CreateAccount Method (String, String, Boolean)
  • CreateOrUpdateOAuthAccount Method
  • CreateUser Method
  • CreateUserAndAccount Method
  • CreateUserAndAccount Method (String, String, Boolean, IDictionary(String, Object))
  • DeleteAccount Method
  • DeleteOAuthAccount Method
  • DeleteOAuthToken Method
  • DeleteUser Method
  • FindUsersByEmail Method
  • FindUsersByName Method
  • GeneratePasswordResetToken Method
  • GeneratePasswordResetToken Method (String, Int32)
  • GetAccountsForUser Method
  • GetAllUsers Method
  • GetCreateDate Method
  • GetLastPasswordFailureDate Method
  • GetNumberOfUsersOnline Method
  • GetOAuthTokenSecret Method
  • GetPassword Method
  • GetPasswordChangedDate Method
  • GetPasswordFailuresSinceLastSuccess Method
  • GetUser Method
  • GetUser Method (Object, Boolean)
  • GetUser Method (String, Boolean)
  • GetUserId Method
  • GetUserIdFromOAuth Method
  • GetUserIdFromPasswordResetToken Method
  • GetUserNameByEmail Method
  • GetUserNameFromId Method
  • HasLocalAccount Method
  • Initialize Method
  • IsConfirmed Method
  • ReplaceOAuthRequestTokenWithAccessToken Method
  • ResetPassword Method
  • ResetPasswordWithToken Method
  • StoreOAuthRequestToken Method
  • UnlockUser Method
  • UpdateUser Method
  • ValidateUser Method
  • MySqlSimpleMembershipProvider Events
  • MySqlSimpleRoleProvider Class
  • MySqlSimpleRoleProvider Constructor
  • MySqlSimpleRoleProvider Constructor
  • MySqlSimpleRoleProvider Constructor (RoleProvider)
  • MySqlSimpleRoleProvider Properties
  • ApplicationName Property
  • ConnectionString Property
  • ConnectionStringName Property
  • UserIdColumn Property
  • UserNameColumn Property
  • UserTableName Property
  • MySqlSimpleRoleProvider Methods
  • AddUsersToRoles Method
  • CreateRole Method
  • DeleteRole Method
  • FindUsersInRole Method
  • GetAllRoles Method
  • GetRolesForUser Method
  • GetUsersInRole Method
  • Initialize Method
  • IsUserInRole Method
  • RemoveUsersFromRoles Method
  • RoleExists Method
  • MySqlWebSecurity Class
  • MySqlWebSecurity Properties
  • CurrentUserId Property
  • CurrentUserName Property
  • HasUserId Property
  • Initialized Property
  • IsAuthenticated Property
  • MySqlWebSecurity Methods
  • ChangePassword Method
  • ConfirmAccount Method
  • ConfirmAccount Method (String)
  • ConfirmAccount Method (String, String)
  • CreateAccount Method
  • CreateUserAndAccount Method
  • GeneratePasswordResetToken Method
  • GetCreateDate Method
  • GetLastPasswordFailureDate Method
  • GetPasswordChangedDate Method
  • GetPasswordFailuresSinceLastSuccess Method
  • GetUserId Method
  • GetUserIdFromPasswordResetToken Method
  • InitializeDatabaseConnection Method
  • InitializeDatabaseConnection Method (String, String, String, String, Boolean, Boolean)
  • InitializeDatabaseConnection Method (String, String, String, String, String, Boolean, Boolean)
  • IsAccountLockedOut Method
  • IsAccountLockedOut Method (String, Int32, Int32)
  • IsAccountLockedOut Method (String, Int32, TimeSpan)
  • IsConfirmed Method
  • IsCurrentUser Method
  • IsUseLoggedOn Method
  • Login Method
  • Logout Method
  • RequireAuthenticatedUser Method
  • RequireRoles Method
  • RequiresUser Method
  • RequiresUser Method (Int32)
  • RequiresUser Method (String)
  • ResetPassword Method
  • UserExists Method
  • MySqlWebSecurity Fields
  • EnableSimpleMembershipKey Field
  • MySql.Web.SessionState
  • MySqlSessionStateStore Class
  • MySqlSessionStateStore Constructor
  • MySqlSessionStateStore Properties
  • ApplicationName Property
  • EnableExpireCallback Property
  • WriteExceptionsToEventLog Property
  • MySqlSessionStateStore Methods
  • CreateNewStoreData Method
  • CreateUninitializedItem Method
  • Dispose Method
  • EndRequest Method
  • GetItem Method
  • GetItemExclusive Method
  • Initialize Method
  • InitializeRequest Method
  • ReleaseItemExclusive Method
  • RemoveItem Method
  • ResetItemTimeout Method
  • SetAndReleaseItemExclusive Method
  • SetItemExpireCallback Method
  • MySql.Web.SiteMap
  • MySqlSiteMapProvider Class
  • MySqlSiteMapProvider Constructor
  • MySqlSiteMapProvider Properties
  • MySqlSiteMapProvider Methods
  • BuildSiteMap Method
  • FindSiteMapNodeFromKey Method
  • GetRootNodeCore Method
  • Initialize Method
  • MySqlSiteMapProvider Events

Get in touch

Submit feedback about this site to:

  • [email protected]

© documentation.help. Design: rehmann.co.