ParameterValueResolve Method |
Resolves the tokens in this parameter value.
Namespace:
Dundas.BI.Data.Parameters
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public ParameterValue Resolve()
Public Function Resolve As ParameterValue
public:
virtual ParameterValue^ Resolve() sealed
abstract Resolve : unit -> ParameterValue
override Resolve : unit -> ParameterValue
Return Value
Type:
ParameterValue
The parameter value with tokens resolved.
Implements
IParameterValueResolveExceptions Exception | Condition |
---|
InvalidOperationException | This exception is thrown when the token is resolvable, however the resolution failed. |
Remarks
If the token is not resolvable, it will be returned as is.
See Also