public DbCommand DeleteCommand {get; set;}
'Declaration Public Property DeleteCommand As DbCommand
DeleteCommand uses its own Connection if it is created. Otherwise DeleteCommand uses Connection property.
If the DeleteCommand property is not set, DbDataTable generates necessary SQL statements automatically.
DbDataTable Class DbDataTable Members InsertCommand Property SelectCommand Property UpdateCommand Property