 | IDataIntegratorVariableProviderTryGetVariable Method |
Attempt to retrieve variableName from the variable provider
Namespace: SanteDB.BI.DatamartAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxbool TryGetVariable(
string variableName,
out Object value
)
Function TryGetVariable (
variableName As String,
<OutAttribute> ByRef value As Object
) As Boolean
bool TryGetVariable(
String^ variableName,
[OutAttribute] Object^% value
)
abstract TryGetVariable :
variableName : string *
value : Object byref -> bool Parameters
- variableName String
- The name of the variable to retrieve
- value Object
- The value of the variable
Return Value
BooleanTrue if the variable was retrieved
See Also