DataObjectApiQueryFor Method
|
Creates the query object.
Namespace:
Casewhere.Runtime.DSL.Api
Assembly:
Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax public static DataObjectApiQuery For(
string dataClassName
)
Parameters
- dataClassName
- Type: SystemString
The ActualData Class name.
Return Value
Type:
DataObjectApiQueryThe query object.
See Also