SalesforceV2Source.Query Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET