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 1.0 API Reference » ULRowUpdatedEventArgs class

ULRowUpdatedEventArgs constructor Next Page

Command property


Returns the ULCommand executed when DbDataAdapter.Update(System.Data.DataRow[],System.Data.Common.DataTableMapping) is called.

Syntax

Visual Basic

Public Readonly Property Command As ULCommand

C#

public ULCommand Command {get;}

Property value

The ULCommand object executed by the update.

Remarks

This is the strongly-typed version of System.Data.Common.RowUpdatedEventArgs.Command.

See also