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