IDsl Compiler ContextRef(String) Method
Get the data object is being referenced.
Definition
Namespace: Casewhere.Runtime.DSL.CompilerContext
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
The data object. Null if nothing is found.
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
Object Ref(
string key
)Parameters
- key String
- The reference key.
Return Value
ObjectThe data object. Null if nothing is found.