dotConnect for SugarCRM Documentation
Devart.Data.Sugar Namespace / SugarLoader Class / TableName Property

In This Topic
TableName Property (SugarLoader)
In This Topic
Gets or sets table name that will be loaded.
Syntax
'Declaration
 
Public Shadows Property TableName As String
 

Property Value

Name of the table that will be loaded.
Remarks
The TableName property must be specified before beginning of loading data.
See Also