Command Property

Syntax:

public IDbCommand Command { get; set; }

Description:

Type: System.Data.IDbCommand

Gets the RdmCommand used to when an Update method is called to modify the database.

Reference:

For more information, reference MSDN documentation for: System.Data.Common.RowUpdatingEventArgs.Command