dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceLoaderColumn Class / SalesforceLoaderColumn Constructor / SalesforceLoaderColumn Constructor(String,SalesforceType,Boolean)
The name of the column.
One of the SalesforceType values.
Determines whether the column is an External ID.

In This Topic
    SalesforceLoaderColumn Constructor(String,SalesforceType,Boolean)
    In This Topic
    Initializes a new instance of the SalesforceLoaderColumn class with the column name and column data type, and defines whether this is an External ID field.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal sfType As SalesforceType, _
       ByVal externalId As Boolean _
    )
    public SalesforceLoaderColumn( 
       string name,
       SalesforceType sfType,
       bool externalId
    )

    Parameters

    name
    The name of the column.
    sfType
    One of the SalesforceType values.
    externalId
    Determines whether the column is an External ID.
    See Also