Class MySqlRowUpdatedEventArgs
Inheritance
System.Object
System.EventArgs
System.Data.Common.RowUpdatedEventArgs
MySqlRowUpdatedEventArgs
Inherited Members
System.Data.Common.RowUpdatedEventArgs.CopyToRows(System.Data.DataRow[])
System.Data.Common.RowUpdatedEventArgs.CopyToRows(System.Data.DataRow[], System.Int32)
System.Data.Common.RowUpdatedEventArgs.Errors
System.Data.Common.RowUpdatedEventArgs.RecordsAffected
System.Data.Common.RowUpdatedEventArgs.Row
System.Data.Common.RowUpdatedEventArgs.RowCount
System.Data.Common.RowUpdatedEventArgs.StatementType
System.Data.Common.RowUpdatedEventArgs.Status
System.Data.Common.RowUpdatedEventArgs.TableMapping
System.EventArgs.Empty
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)
System.Object.ToString()
Namespace: MySql.Data.MySqlClient
Assembly: Azos.MySql.dll
Syntax
public sealed class MySqlRowUpdatedEventArgs : RowUpdatedEventArgs
Constructors
MySqlRowUpdatedEventArgs(DataRow, IDbCommand, StatementType, DataTableMapping)
Declaration
public MySqlRowUpdatedEventArgs(DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping)
Parameters
Type | Name | Description |
---|---|---|
System.Data.DataRow | row | |
System.Data.IDbCommand | command | |
System.Data.StatementType | statementType | |
System.Data.Common.DataTableMapping | tableMapping |
Properties
Command
Declaration
public MySqlCommand Command { get; }
Property Value
Type | Description |
---|---|
MySqlCommand |