初始化 ULRowUpdatedEventArgs 类的一个新实例。
Visual Basic Public Sub New( _ ByVal row As DataRow, _ ByVal command As IDbCommand, _ ByVal statementType As StatementType, _ ByVal tableMapping As DataTableMapping _ )
C# 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。
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |