无论更新是否成功,都初始化 RowUpdatedEventArgs 类的新实例。
[Visual Basic]
Overrides Protected Function CreateRowUpdatedEvent( _
ByVal dataRow As DataRow, _
ByVal command As IDbCommand, _
ByVal statementType As StatementType, _
ByVal tableMapping As DataTableMapping _
) As RowUpdatedEventArgs
[C#]
protected override RowUpdatedEventArgs CreateRowUpdatedEvent(
DataRow dataRow,
IDbCommand command,
StatementType statementType,
DataTableMapping tableMapping
);
[C++]
protected: RowUpdatedEventArgs* CreateRowUpdatedEvent(
DataRow* dataRow,
IDbCommand* command,
StatementType statementType,
DataTableMapping* tableMapping
);
[JScript]
protected override function CreateRowUpdatedEvent(
dataRow : DataRow,
command : IDbCommand,
statementType : StatementType,
tableMapping : DataTableMapping
) : RowUpdatedEventArgs;
System.Data.Common.RowUpdatedEventArgs 类的新实例。