Click or drag to resize

DataApiSearch Method (DataObjectApiQuery)

[Missing <summary> documentation for "M:Casewhere.Runtime.DSL.Api.DataApi.Search(Casewhere.Runtime.DSL.Api.DataObjectApiQuery)"]

Namespace:  Casewhere.Runtime.DSL.Api
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
public DynamicQueryResult Search(
	DataObjectApiQuery query
)

Parameters

query
Type: Casewhere.Runtime.DSL.ApiDataObjectApiQuery

[Missing <param name="query"/> documentation for "M:Casewhere.Runtime.DSL.Api.DataApi.Search(Casewhere.Runtime.DSL.Api.DataObjectApiQuery)"]

Return Value

Type: DynamicQueryResult

[Missing <returns> documentation for "M:Casewhere.Runtime.DSL.Api.DataApi.Search(Casewhere.Runtime.DSL.Api.DataObjectApiQuery)"]

Implements

IDataApiSearch(DataObjectApiQuery)
See Also