Share via


SalesforceServiceCloudV2Source.Query Property

Definition

You can only use Salesforce Object Query Language (SOQL) query with limitations. For SOQL limitations, see this article: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/queries.htm#SOQL%20Considerations. If query is not specified, all the data of the Salesforce object specified in ObjectApiName/reportId in dataset will be retrieved. Type: string (or Expression with resultType string).

public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> Query { get; set; }
member this.Query : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> with get, set
Public Property Query As DataFactoryElement(Of String)

Property Value

Applies to