IParameterServiceGetParameterValueFromQueryString Method (Guid, Guid, String) |
Namespace:
Dundas.BI.Data.Parameters
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
SyntaxParameterValue GetParameterValueFromQueryString(
Guid entityId,
Guid parameterId,
string queryStringValue
)
Function GetParameterValueFromQueryString (
entityId As Guid,
parameterId As Guid,
queryStringValue As String
) As ParameterValue
ParameterValue^ GetParameterValueFromQueryString(
Guid entityId,
Guid parameterId,
String^ queryStringValue
)
abstract GetParameterValueFromQueryString :
entityId : Guid *
parameterId : Guid *
queryStringValue : string -> ParameterValue
Parameters
- entityId
- Type: SystemGuid
The entity ID. - parameterId
- Type: SystemGuid
The parameter ID. - queryStringValue
- Type: SystemString
The string that needs to be converted.
Return Value
Type:
ParameterValueA
ParameterValue created according to the string in the
QueryStringValue.
Exceptions| Exception | Condition |
|---|
| ArgumentException | entityId is Empty or the value of queryStringValue is an empty string. |
| ArgumentNullException | queryStringValue is . |
| NotFoundException | IAnalysisStructure cannot be found for the entityId. |
See Also