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 値の 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 |