Get information about a query, such as its result schema, without actually running it.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

Syntax

         
 C#  Visual Basic  Visual C++ 
IQuery DescribeQuery(
	QueryConfig config
)
Function DescribeQuery ( _
	config As QueryConfig _
) As IQuery
IQuery^ DescribeQuery(
	QueryConfig^ config
)

Parameters

config
QueryConfig
the configuration describing the query

Return Value

A IQuery with information about the given configuration. The query is already closed; callers do not need to call Close()()()() on the return value.

See Also