Click or drag to resize

IDslCompilerContextSearchDataObjects(String, DataObjectExpression) Method

Note: This API is now obsolete.

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


Namespace: Casewhere.Runtime.DSL.CompilerContext
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
[ObsoleteAttribute]
IList<Object> SearchDataObjects(
	string dataClassName,
	DataObjectExpression doExpression
)

Parameters

dataClassName  String
 
doExpression  DataObjectExpression
 

Return Value

IListObject

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

See Also