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