Click or drag to resize

IDataIntegratorVariableProviderTryGetVariable Method

Attempt to retrieve variableName from the variable provider

Namespace: SanteDB.BI.Datamart
Assembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntax
bool TryGetVariable(
	string variableName,
	out Object value
)

Parameters

variableName  String
The name of the variable to retrieve
value  Object
The value of the variable

Return Value

Boolean
True if the variable was retrieved
See Also