dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceLoader Class / SalesforceLoader Constructor / SalesforceLoader Constructor()

In This Topic
    SalesforceLoader Constructor()
    In This Topic
    Creates an SalesforceLoader object without Connection and with empty TableName.
    Syntax
    'Declaration
     
    Public Function New()
    public SalesforceLoader()
    Remarks
    To use an SalesforceLoader object created with this constructor you must set Connection and TableName properties.
    See Also