DataServiceOperationContext.GetQueryStringValue Method

Gets the value for the specified key in the request query string.

Namespace:  System.Data.Services
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public Function GetQueryStringValue ( _
    key As String _
) As String
'Usage
Dim instance As DataServiceOperationContext 
Dim key As String 
Dim returnValue As String 

returnValue = instance.GetQueryStringValue(key)
public string GetQueryStringValue(
    string key
)
public:
String^ GetQueryStringValue(
    String^ key
)
member GetQueryStringValue : 
        key:string -> string
public function GetQueryStringValue(
    key : String
) : String

Parameters

Return Value

Type: System.String
The value for the specified key in the request query string; null if key is not found.

See Also

Reference

DataServiceOperationContext Class

System.Data.Services Namespace