dotConnect for Salesforce Documentation
Devart.Common Namespace / DbLoader Class / Columns Property

In This Topic
Columns Property (DbLoader)
In This Topic
Gets the DbLoaderColumnCollection collection.
Syntax
'Declaration
 
Public ReadOnly Property Columns As DbLoaderColumnCollection
 

Property Value

Columns which loaded table consist of.
Remarks
You may manually add columns to the DbLoaderColumnCollection or call CreateColumns method to populate columns collection from the table description.
See Also