IParameterServiceGetParameterValueFromQueryString(Guid, Guid, String) Method


Namespace: Dundas.BI.Data.Parameters
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
ParameterValue GetParameterValueFromQueryString(
	Guid entityId,
	Guid parameterId,
	string queryStringValue
)

Parameters

entityId  Guid
The entity ID.
parameterId  Guid
The parameter ID.
queryStringValue  String
The string that needs to be converted.

Return Value

ParameterValue
A ParameterValue created according to the string in the QueryStringValue.
Exceptions
ExceptionCondition
ArgumentExceptionentityId is Empty or the value of queryStringValue is an empty string.
ArgumentNullExceptionqueryStringValue is .
NotFoundExceptionIAnalysisStructure cannot be found for the entityId.
See Also