Class NpgsqlRowUpdatingEventArgs
Inheritance
System.Object
System.EventArgs
System.Data.Common.RowUpdatingEventArgs
NpgsqlRowUpdatingEventArgs
Inherited Members
System.Data.Common.RowUpdatingEventArgs.BaseCommand
System.Data.Common.RowUpdatingEventArgs.Command
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.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Npgsql
Assembly: Npgsql.dll
Syntax
public class NpgsqlRowUpdatingEventArgs : RowUpdatingEventArgs
Constructors
NpgsqlRowUpdatingEventArgs(DataRow, IDbCommand, StatementType, DataTableMapping)
Declaration
public NpgsqlRowUpdatingEventArgs(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 |