IParameterServiceGetParameterValueFromQueryString Method (Guid, Guid, String) | 
  
    Namespace: 
   Dundas.BI.Data.Parameters
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
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
See Also