Class MySqlRowUpdatingEventArgs
Inheritance
System.Object
System.EventArgs
System.Data.Common.RowUpdatingEventArgs
MySqlRowUpdatingEventArgs
Inherited Members
System.Data.Common.RowUpdatingEventArgs.BaseCommand
System.Data.Common.RowUpdatingEventArgs.Errors
System.Data.Common.RowUpdatingEventArgs.Row
System.Data.Common.RowUpdatingEventArgs.StatementType
System.Data.Common.RowUpdatingEventArgs.Status
System.Data.Common.RowUpdatingEventArgs.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 MySqlRowUpdatingEventArgs : RowUpdatingEventArgs
Constructors
MySqlRowUpdatingEventArgs(DataRow, IDbCommand, StatementType, DataTableMapping)
Declaration
public MySqlRowUpdatingEventArgs(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 |