ComponentOne DataObjects for .NET
DeleteCommand Property

C1.Data.2 Assembly > C1.Data Namespace > RowUpdateEventArgs Class : DeleteCommand Property
For a deleted row, the object representing the SQL DELETE command used to delete the row from the database.
Syntax
'Declaration
 
Public Property DeleteCommand As System.Object
public System.object DeleteCommand {get; set;}
See Also

Reference

RowUpdateEventArgs Class
RowUpdateEventArgs Members