Click or drag to resize

DataEnumerationQueryFor Method

The static For method use to create a new instance of DataEnumerationQuery type.

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public static DataEnumerationQuery For(
	string dataClassName
)

Parameters

dataClassName  String
The name of the data class

Return Value

DataEnumerationQuery
A new instance of the DataEnumerationQuery type
See Also