SqlSource.SqlReaderQuery Property

Definition

Gets or sets SQL reader query. Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="sqlReaderQuery")]
public object SqlReaderQuery { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sqlReaderQuery")>]
member this.SqlReaderQuery : obj with get, set
Public Property SqlReaderQuery As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to