Click or drag to resize

IDslCompilerContextRef Method (String)

Get the data object is being referenced.

Namespace:  Casewhere.Runtime.DSL.CompilerContext
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
Object Ref(
	string key
)

Parameters

key
Type: SystemString
The reference key.

Return Value

Type: Object
The data object. Null if nothing is found.
See Also