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 )
行 要更新的 DataRow。
command 要在更新期间执行的 IDbCommand。
statementType 指定所执行查询类型的 StatementType 值之一。
tableMapping 通过 Update 发送的 DataTableMapping。