Initializes a new instance of the SARowUpdatedEventArgs class.
Visual Basic Public Sub New( _ ByVal row As DataRow, _ ByVal command As IDbCommand, _ ByVal statementType As StatementType, _ ByVal tableMapping As DataTableMapping _ )
C# public SARowUpdatedEventArgs( DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping );
row The DataRow sent through an Update.
command The IDbCommand executed when Update is called.
statementType One of the StatementType values that specifies the type of query executed.
tableMapping The DataTableMapping sent through an Update.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |