SARowUpdatedEventArgs クラスの新しいインスタンスを初期化します。
Visual Basic Public Sub New( _ ByVal row As DataRow, _ ByVal command As IDbCommand, _ ByVal statementType As StatementType, _ ByVal tableMapping As DataTableMapping _ )
C# public SARowUpdatedEventArgs( DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping );
row Update を介して送信された DataRow。
command Update が呼び出されたときに実行された IDbCommand。
statementType 実行されたクエリのタイプを指定する StatementType 値の 1 つ。
tableMapping Update を介して送信された DataTableMapping。
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |