DataEnumerationQueryFor Method

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

Definition

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
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