DataSet.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.
Pass-through Native Queries
[System.Text.Json.Serialization.JsonInclude]
[System.Text.Json.Serialization.JsonPropertyName("query")]
public System.Collections.Generic.List<Azure.Connectors.Sdk.SharePointOnline.Models.PassThroughNativeQuery> Query { get; init; }
[<System.Text.Json.Serialization.JsonInclude>]
[<System.Text.Json.Serialization.JsonPropertyName("query")>]
member this.Query : System.Collections.Generic.List<Azure.Connectors.Sdk.SharePointOnline.Models.PassThroughNativeQuery> with get, set
Public Property Query As List(Of PassThroughNativeQuery)
Property Value
- Attributes