SalesforceDataProvider Class Properties
For a list of all members of this type, see SalesforceDataProvider members.
| 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