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