ODataParameterHelper.GetParameterValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetParameterValue(OperationImportSegment, String) |
Gets the parameter value. |
GetParameterValue(OperationSegment, String) |
Gets the parameter value. |
GetParameterValue(OperationImportSegment, String)
Gets the parameter value.
public static object GetParameterValue (this Microsoft.OData.UriParser.OperationImportSegment segment, string parameterName);
static member GetParameterValue : Microsoft.OData.UriParser.OperationImportSegment * string -> obj
<Extension()>
Public Function GetParameterValue (segment As OperationImportSegment, parameterName As String) As Object
Parameters
- segment
- OperationImportSegment
The function import segment
- parameterName
- String
The parameter name
Returns
The parameter value
Applies to
GetParameterValue(OperationSegment, String)
Gets the parameter value.
public static object GetParameterValue (this Microsoft.OData.UriParser.OperationSegment segment, string parameterName);
static member GetParameterValue : Microsoft.OData.UriParser.OperationSegment * string -> obj
<Extension()>
Public Function GetParameterValue (segment As OperationSegment, parameterName As String) As Object
Parameters
- segment
- OperationSegment
The function segment
- parameterName
- String
The parameter name
Returns
The parameter value