MySqlSharp.Provider
Class MySqlRowUpdatingEventArgs

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Constructor Summary
MySqlRowUpdatingEventArgs(System.Data.DataRow row, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping)
         This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Property Summary
MySqlSharp.Provider.MySqlCommand Command
         This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Properties inherited from class System.Data.Common.RowUpdatingEventArgs
Command, Errors, Row, StatementType, Status, TableMapping

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString


Constructor Detail

MySqlRowUpdatingEventArgs

public MySqlRowUpdatingEventArgs(System.Data.DataRow row,
                                 System.Data.IDbCommand command,
                                 System.Data.StatementType statementType,
                                 System.Data.Common.DataTableMapping tableMapping)

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Property Detail

Command

public MySqlSharp.Provider.MySqlCommand Command

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.