Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
初始化 ULRowUpdatedEventArgs 类的一个新实例。
Public Sub New( ByVal row As DataRow, ByVal command As IDbCommand, ByVal statementType As StatementType, ByVal tableMapping As DataTableMapping )
public ULRowUpdatedEventArgs( DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping )
row 通过 DbDataAdapter.Update(System.Data.DataRow[],System.Data.Common.DataTableMapping) 发送的 System.Data.DataRow。
command 调用 DbDataAdapter.Update(System.Data.DataRow[],System.Data.Common.DataTableMapping) 时执行的 System.Data.IDbCommand。
statementType 指定所执行查询类型的 System.Data.StatementType 值之一。
tableMapping 通过 DbDataAdapter.Update(System.Data.DataRow[],System.Data.Common.DataTableMapping) 发送的 System.Data.Common.DataTableMapping。