Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere .NET 2.0 API Reference » SARowUpdatedEventArgs class

SARowUpdatedEventArgs members Next Page

SARowUpdatedEventArgs constructor


Initializes a new instance of the SARowUpdatedEventArgs class.

Syntax

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
);

Parameters
See also