public DbCommand UpdateCommand {get; set;}
'Declaration Public Property UpdateCommand As DbCommand
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