DataEnumerationQueryFor Method
|
Namespace:
Casewhere.Runtime.DSL.Api
Assembly:
Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax public static DataEnumerationQuery For(
string dataClassName
)
Parameters
- dataClassName
- Type: SystemString
The name of the data class
Return Value
Type:
DataEnumerationQueryA new instance of the DataEnumerationQuery type
See Also