'Declaration Public Function New( _ ByVal name As String, _ ByVal referencedTable As String, _ ByVal referencedColumn As String _ )
public SalesforceLoaderColumn( string name, string referencedTable, string referencedColumn )
Parameters
- name
- The name of the column.
- referencedTable
- The name of the referenced Salesforce object.
- referencedColumn
- The name of the referenced Salesforce object External ID field.