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.1.0
Syntax
C#
public static DataEnumerationQuery For(
	string dataClassName
)

Parameters

dataClassName
Type: SystemString
The name of the data class

Return Value

Type: DataEnumerationQuery
A new instance of the DataEnumerationQuery type
See Also