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 » ULRowUpdatingEventArgs class

ULRowUpdatingEventArgs constructor Next Page

Command property


Specifies the ULCommand to execute when performing the DbDataAdapter.Update(System.Data.DataRow[],System.Data.Common.DataTableMapping).

Syntax

Visual Basic

Public Property Command As ULCommand

C#

public ULCommand Command { get; set; }

Property value

The ULCommand object to execute when updating.

Remarks

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

See also