MySqlSharp.Provider
Class MySqlRowUpdatedEventArgs

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

Constructor Summary
MySqlRowUpdatedEventArgs(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.RowUpdatedEventArgs
Command, Errors, RecordsAffected, Row, StatementType, Status, TableMapping

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


Constructor Detail

MySqlRowUpdatedEventArgs

public MySqlRowUpdatedEventArgs(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.