Specifies the ULCommand to execute when performing the DbDataAdapter.Update(System.Data.DataRow[],System.Data.Common.DataTableMapping).
Visual Basic
Public Property Command As ULCommand
C#
public ULCommand Command { get; set; }
The ULCommand object to execute when updating.
This is the strongly-typed version of System.Data.Common.RowUpdatingEventArgs.Command.