IotHubServiceClient.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.
Subclient of IotHubServiceClient for executing queries using a SQL-like syntax.
public Microsoft.Azure.Devices.QueryClient Query { get; protected set; }
member this.Query : Microsoft.Azure.Devices.QueryClient with get, set
Public Property Query As QueryClient