'Declaration Public Shared Function CreateQueryFromRuntimeQuery( _ ByVal workspace As Workspace, _ ByVal query As RuntimeQuery _ ) As Object
public static object CreateQueryFromRuntimeQuery( Workspace workspace, RuntimeQuery query )
Parameters
- workspace
- The C1DataEngine Workspace object in which the query will be created.
- query
- The RuntimeQuery object that describes query elements such as tables, columns, and range conditions.
Return Value
A dynamic object representing the query. The caller is responsible for executing it.