UpdatingTable Property (DbDataTable)
In This Topic
Gets or sets table name to generate update statements for.
Syntax
'Declaration
Public Property UpdatingTable As String
public string UpdatingTable {get; set;}
Property Value
The name of the table.
See Also