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。
command DbDataAdapter.Update メソッドが呼び出されると実行される System.Data.IDbCommand。
statementType 実行されたクエリのタイプを指定する System.Data.StatementType 値の 1 つ。
tableMapping DbDataAdapter.Update 呼び出しにより送信される System.Data.Common.DataTableMapping。