Name | Description | |
---|---|---|
![]() | SalesforceDataProvider Constructor | Salesforce SOAP API data provider. |
The following tables list the members exposed by SalesforceDataProvider.
Name | Description | |
---|---|---|
![]() | SalesforceDataProvider Constructor | Salesforce SOAP API data provider. |
Name | Description | |
---|---|---|
![]() | ConnectionTimeout | The connection timeout in millisecond to bind to Salesforce web service. Default value is 60000 millisecond (1 minute). |
![]() | LoginUrl | Salesforce Login Url. This property is only changable through provider constructor. Default value is "https://login.salesforce.com/services/oauth2/token". |
![]() | UseEmptySchemaRow | If true the SchemaRow property will offer a empty row. Normally SchemaRow has always first row contents. |
Name | Description | |
---|---|---|
![]() | Dispose | Disposes provider. |
![]() | SetLogger | Assign a logger instance to LL. |
![]() | SetParentObject | Set a LL instance as parent of this data provider. |
Name | Description | |
---|---|---|
![]() | TranslateFilterSyntax | This event will raise in case of using List & Label advanced filtering to convert filter expression to Salesforce query. |