Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
System
Data
Common
RowUpdatingEventArgs
C# Class System.Data.Common.RowUpdatingEventArgs
Inheritance:
System.EventArgs
Mostra file
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