DynamicQueryResultFromDataObjectsQueryResult Method

Create a new instance of DynamicQueryResult type.

Definition

Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public static DynamicQueryResult FromDataObjectsQueryResult(
	DataObjectsSearchResult result
)

Parameters

result  DataObjectsSearchResult
The given data objects search result

Return Value

DynamicQueryResult
A new instance of the DynamicQueryResult type

See Also