DeleteCommand Property (DbDataTable)
In This Topic
Gets or sets a SQL statement to delete records from the data set.
Syntax
'Declaration
Public Property DeleteCommand As DbCommand
public DbCommand DeleteCommand {get; set;}
Property Value
An
System.Data.IDbCommand used during an update operation to delete records in the data source that correspond to deleted rows in the
System.Data.DataSet.
Example
Refer to help on types that derive from DbDataTable for samples on usage of this property.
See Also