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