Click or drag to resize

IDslCompilerContextRef(String, String) Method

Set value for a context reference.

Namespace: Casewhere.Runtime.DSL.CompilerContext
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
void Ref(
	string key,
	string id
)

Parameters

key  String
The reference key.
id  String
The data object id i.e. the value returned from [!:Casewhere.Runtime.DSL.Api.IDataApi.Add(string, object, System.Guid?)]
See Also