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

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULRowUpdatedEventArgs class

ULRowUpdatedEventArgs members Next Page

ULRowUpdatedEventArgs constructor


Initializes a new instance of the ULRowUpdatedEventArgs 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 ULRowUpdatedEventArgs(
DataRow row,
IDbCommand command,
StatementType statementType,
DataTableMapping tableMapping
);

Parameters
See also