Class MySqlDataAdapter
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Data.Common.DataAdapter
System.Data.Common.DbDataAdapter
MySqlDataAdapter
Implements
System.ComponentModel.IComponent
System.IDisposable
System.Data.IDbDataAdapter
System.Data.IDataAdapter
System.ICloneable
Inherited Members
System.Data.Common.DbDataAdapter.DefaultSourceTableName
System.Data.Common.DbDataAdapter.AddToBatch(System.Data.IDbCommand)
System.Data.Common.DbDataAdapter.ClearBatch()
System.Data.Common.DbDataAdapter.Dispose(System.Boolean)
System.Data.Common.DbDataAdapter.ExecuteBatch()
System.Data.Common.DbDataAdapter.Fill(System.Data.DataSet)
System.Data.Common.DbDataAdapter.Fill(System.Data.DataSet, System.Int32, System.Int32, System.String)
System.Data.Common.DbDataAdapter.Fill(System.Data.DataSet, System.Int32, System.Int32, System.String, System.Data.IDbCommand, System.Data.CommandBehavior)
System.Data.Common.DbDataAdapter.Fill(System.Data.DataSet, System.String)
System.Data.Common.DbDataAdapter.Fill(System.Data.DataTable)
System.Data.Common.DbDataAdapter.Fill(System.Data.DataTable, System.Data.IDbCommand, System.Data.CommandBehavior)
System.Data.Common.DbDataAdapter.Fill(System.Data.DataTable[], System.Int32, System.Int32, System.Data.IDbCommand, System.Data.CommandBehavior)
System.Data.Common.DbDataAdapter.Fill(System.Int32, System.Int32, System.Data.DataTable[])
System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataSet, System.Data.SchemaType)
System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataSet, System.Data.SchemaType, System.Data.IDbCommand, System.String, System.Data.CommandBehavior)
System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataSet, System.Data.SchemaType, System.String)
System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataTable, System.Data.SchemaType)
System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataTable, System.Data.SchemaType, System.Data.IDbCommand, System.Data.CommandBehavior)
System.Data.Common.DbDataAdapter.GetBatchedParameter(System.Int32, System.Int32)
System.Data.Common.DbDataAdapter.GetBatchedRecordsAffected(System.Int32, System.Int32, System.Exception)
System.Data.Common.DbDataAdapter.GetFillParameters()
System.Data.Common.DbDataAdapter.InitializeBatching()
System.Data.Common.DbDataAdapter.System.ICloneable.Clone()
System.Data.Common.DbDataAdapter.TerminateBatching()
System.Data.Common.DbDataAdapter.Update(System.Data.DataRow[])
System.Data.Common.DbDataAdapter.Update(System.Data.DataRow[], System.Data.Common.DataTableMapping)
System.Data.Common.DbDataAdapter.Update(System.Data.DataSet)
System.Data.Common.DbDataAdapter.Update(System.Data.DataSet, System.String)
System.Data.Common.DbDataAdapter.Update(System.Data.DataTable)
System.Data.Common.DbDataAdapter.FillCommandBehavior
System.Data.Common.DbDataAdapter.System.Data.IDbDataAdapter.DeleteCommand
System.Data.Common.DbDataAdapter.System.Data.IDbDataAdapter.InsertCommand
System.Data.Common.DbDataAdapter.System.Data.IDbDataAdapter.SelectCommand
System.Data.Common.DbDataAdapter.System.Data.IDbDataAdapter.UpdateCommand
System.Data.Common.DbDataAdapter.UpdateBatchSize
System.Data.Common.DataAdapter.CloneInternals()
System.Data.Common.DataAdapter.CreateTableMappings()
System.Data.Common.DataAdapter.Fill(System.Data.DataSet, System.String, System.Data.IDataReader, System.Int32, System.Int32)
System.Data.Common.DataAdapter.Fill(System.Data.DataTable, System.Data.IDataReader)
System.Data.Common.DataAdapter.Fill(System.Data.DataTable[], System.Data.IDataReader, System.Int32, System.Int32)
System.Data.Common.DataAdapter.FillSchema(System.Data.DataSet, System.Data.SchemaType, System.String, System.Data.IDataReader)
System.Data.Common.DataAdapter.FillSchema(System.Data.DataTable, System.Data.SchemaType, System.Data.IDataReader)
System.Data.Common.DataAdapter.HasTableMappings()
System.Data.Common.DataAdapter.OnFillError(System.Data.FillErrorEventArgs)
System.Data.Common.DataAdapter.ShouldSerializeTableMappings()
System.Data.Common.DataAdapter.AcceptChangesDuringFill
System.Data.Common.DataAdapter.AcceptChangesDuringUpdate
System.Data.Common.DataAdapter.ContinueUpdateOnError
System.Data.Common.DataAdapter.FillLoadOption
System.Data.Common.DataAdapter.MissingMappingAction
System.Data.Common.DataAdapter.MissingSchemaAction
System.Data.Common.DataAdapter.ReturnProviderSpecificTypes
System.Data.Common.DataAdapter.System.Data.IDataAdapter.TableMappings
System.Data.Common.DataAdapter.TableMappings
System.Data.Common.DataAdapter.FillError
System.ComponentModel.Component.Dispose()
System.ComponentModel.Component.GetService(System.Type)
System.ComponentModel.Component.ToString()
System.ComponentModel.Component.CanRaiseEvents
System.ComponentModel.Component.Container
System.ComponentModel.Component.DesignMode
System.ComponentModel.Component.Events
System.ComponentModel.Component.Site
System.ComponentModel.Component.Disposed
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: MySql.Data.MySqlClient
Assembly: Azos.MySql.dll
Syntax
public sealed class MySqlDataAdapter : DbDataAdapter, IComponent, IDisposable, IDbDataAdapter, IDataAdapter, ICloneable
Constructors
MySqlDataAdapter()
Declaration
public MySqlDataAdapter()
MySqlDataAdapter(MySqlCommand)
Declaration
public MySqlDataAdapter(MySqlCommand selectCommand)
Parameters
Type | Name | Description |
---|---|---|
MySqlCommand | selectCommand |
MySqlDataAdapter(String, MySqlConnection)
Declaration
public MySqlDataAdapter(string selectCommandText, MySqlConnection connection)
Parameters
Type | Name | Description |
---|---|---|
System.String | selectCommandText | |
MySqlConnection | connection |
MySqlDataAdapter(String, String)
Declaration
public MySqlDataAdapter(string selectCommandText, string connectionString)
Parameters
Type | Name | Description |
---|---|---|
System.String | selectCommandText | |
System.String | connectionString |
Properties
DeleteCommand
Declaration
public MySqlCommand DeleteCommand { get; set; }
Property Value
Type | Description |
---|---|
MySqlCommand |
InsertCommand
Declaration
public MySqlCommand InsertCommand { get; set; }
Property Value
Type | Description |
---|---|
MySqlCommand |
SelectCommand
Declaration
public MySqlCommand SelectCommand { get; set; }
Property Value
Type | Description |
---|---|
MySqlCommand |
UpdateCommand
Declaration
public MySqlCommand UpdateCommand { get; set; }
Property Value
Type | Description |
---|---|
MySqlCommand |
Methods
CreateRowUpdatedEvent(DataRow, IDbCommand, StatementType, DataTableMapping)
Declaration
protected override RowUpdatedEventArgs CreateRowUpdatedEvent(DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping)
Parameters
Type | Name | Description |
---|---|---|
System.Data.DataRow | dataRow | |
System.Data.IDbCommand | command | |
System.Data.StatementType | statementType | |
System.Data.Common.DataTableMapping | tableMapping |
Returns
Type | Description |
---|---|
System.Data.Common.RowUpdatedEventArgs |
Overrides
System.Data.Common.DbDataAdapter.CreateRowUpdatedEvent(System.Data.DataRow, System.Data.IDbCommand, System.Data.StatementType, System.Data.Common.DataTableMapping)
CreateRowUpdatingEvent(DataRow, IDbCommand, StatementType, DataTableMapping)
Declaration
protected override RowUpdatingEventArgs CreateRowUpdatingEvent(DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping)
Parameters
Type | Name | Description |
---|---|---|
System.Data.DataRow | dataRow | |
System.Data.IDbCommand | command | |
System.Data.StatementType | statementType | |
System.Data.Common.DataTableMapping | tableMapping |
Returns
Type | Description |
---|---|
System.Data.Common.RowUpdatingEventArgs |
Overrides
System.Data.Common.DbDataAdapter.CreateRowUpdatingEvent(System.Data.DataRow, System.Data.IDbCommand, System.Data.StatementType, System.Data.Common.DataTableMapping)
OnRowUpdated(RowUpdatedEventArgs)
Declaration
protected override void OnRowUpdated(RowUpdatedEventArgs value)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Common.RowUpdatedEventArgs | value |
Overrides
System.Data.Common.DbDataAdapter.OnRowUpdated(System.Data.Common.RowUpdatedEventArgs)
OnRowUpdating(RowUpdatingEventArgs)
Declaration
protected override void OnRowUpdating(RowUpdatingEventArgs value)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Common.RowUpdatingEventArgs | value |
Overrides
System.Data.Common.DbDataAdapter.OnRowUpdating(System.Data.Common.RowUpdatingEventArgs)
Events
RowUpdated
Declaration
public event MySqlRowUpdatedEventHandler RowUpdated
Event Type
Type | Description |
---|---|
MySqlRowUpdatedEventHandler |
RowUpdating
Declaration
public event MySqlRowUpdatingEventHandler RowUpdating
Event Type
Type | Description |
---|---|
MySqlRowUpdatingEventHandler |
Implements
System.ComponentModel.IComponent
System.IDisposable
System.Data.IDbDataAdapter
System.Data.IDataAdapter
System.ICloneable