IDslCompilerContextRef(String, String) Method
|
Set value for a context reference.
Namespace: Casewhere.Runtime.DSL.CompilerContextAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxvoid 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