ULRowUpdatingEventArgs クラスの新しいインスタンスを初期化します。
Visual Basic Public Sub New( _ ByVal row As DataRow, _ ByVal command As IDbCommand, _ ByVal statementType As StatementType, _ ByVal tableMapping As DataTableMapping _ )
C# public ULRowUpdatingEventArgs( DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping );
row 更新する System.Data.DataRow。
command 更新時に実行される System.Data.IDbCommand。
statementType 実行されたクエリのタイプを指定する System.Data.StatementType 値の 1 つ。
tableMapping DbDataAdapter.Update(System.Data.DataRow[],System.Data.Common.DataTableMapping) によって送信された System.Data.Common.DataTableMapping。
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |