C# Class System.Data.Common.RowUpdatingEventArgs

Inheritance: System.EventArgs
显示文件 Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
RowUpdatingEventArgs ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping )

Method Details

RowUpdatingEventArgs() public method

public RowUpdatingEventArgs ( DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping )
dataRow System.Data.DataRow
command IDbCommand
statementType StatementType
tableMapping DataTableMapping