Click or drag to resize

IDslCompilerContextSearchDataObjects(String, DataObjectExpression, Int32, Int32) Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Casewhere.Runtime.DSL.CompilerContext.IDslCompilerContext.SearchDataObjects(System.String,Casewhere.Runtime.DataObjectExpressions.DataObjectExpression,System.Int32,System.Int32)"]


Namespace: Casewhere.Runtime.DSL.CompilerContext
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
[ObsoleteAttribute]
DynamicQueryResult SearchDataObjects(
	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.SearchDataObjects(System.String,Casewhere.Runtime.DataObjectExpressions.DataObjectExpression,System.Int32,System.Int32)"]

See Also