IDslCompilerContextRef(String, String) Method

Set value for a context reference.

Definition

Namespace: Casewhere.Runtime.DSL.CompilerContext
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
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