IDsl Compiler ContextFind Data Object(String, Data Object Expression, Int 32, Int 32) Method
[Missing <summary> documentation for "M:Casewhere.Runtime.DSL.CompilerContext.IDslCompilerContext.FindDataObject(System.String,Casewhere.Runtime.DataObjectExpressions.DataObjectExpression,System.Int32,System.Int32)"]
Definition
Namespace: Casewhere.Runtime.DSL.CompilerContext
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
[ObsoleteAttribute]
DynamicQueryResult FindDataObject(
string dataClassName,
DataObjectExpression doExpression,
int skip = 0,
int take = 0
)Parameters
- dataClassName String
- doExpression DataObjectExpression
- skip Int32 (Optional)
- take Int32 (Optional)
Return Value
DynamicQueryResult[Missing <returns> documentation for "M:Casewhere.Runtime.DSL.CompilerContext.IDslCompilerContext.FindDataObject(System.String,Casewhere.Runtime.DataObjectExpressions.DataObjectExpression,System.Int32,System.Int32)"]