'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.