Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
SARowUpdatedEventArgs クラスの新しいインスタンスを初期化します。
Public Sub New( ByVal row As DataRow, ByVal command As IDbCommand, ByVal statementType As StatementType, ByVal tableMapping As DataTableMapping )
public SARowUpdatedEventArgs( DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping )
row Update を介して送信された DataRow。
command Update が呼び出されたときに実行された IDbCommand。
statementType 実行されたクエリのタイプを指定する StatementType 値の 1 つ。
tableMapping Update を介して送信された DataTableMapping。