Click or drag to resize
SalesForceClientOptions Properties

The SalesForceClientOptions type exposes the following members.

Properties
  NameDescription
Public propertyAttributeTruncationEnabled
Gets or sets the value indicating whether the string values could be truncated.
Public propertyBatchSize
Gets or sets the maximum number of entities returned from one query command.
Public propertyClientName
Gets or sets the string that identifies a client.
Public propertyCultureName
Gets or sets the language name of the labels returned.
Public propertyDefaultNamespace
Gets or sets the string that identifies a developer namespace prefix.
Public propertyFeedTrackingEnabled
Gets or sets the value indicating whether the changes will be tracked in feeds.
Public propertyIncludeDeleted
Gets or sets the value indicating whether the SOQL query will include deleted entities.
Public propertyMruUpdateEnabled
Gets or sets the value indicating whether the list of most recently used items will be updated.
Public propertyTransactionEnabled
Gets or sets the value indicating whether the command operations will run in a transaction.
Top
See Also