TableName Property (DmlLoader)
On this page
Gets or sets table name that will be loaded.
Syntax
|
|---|
'Declaration
Public Shadows Property TableName As String |
|
|---|
public new string TableName {get; set;} |
Property Value
Name of the table that will be loaded.
See Also