SalesforceDataProvider Class Members
In This Topic
The following tables list the members exposed by SalesforceDataProvider.
Public Constructors
Public Properties
| | 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. |
Top
Public Methods
Public Events
| | Name | Description |
 | TranslateFilterSyntax | This event will raise in case of using List & Label advanced filtering to convert filter expression to Salesforce query. |
Top
See Also