ODataParameterHelper.TryGetParameterValue 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
TryGetParameterValue(OperationImportSegment, String, Object) |
Gets the parameter value. |
TryGetParameterValue(OperationSegment, String, Object) |
Gets the parameter value. |
TryGetParameterValue(OperationImportSegment, String, Object)
Gets the parameter value.
public static bool TryGetParameterValue (this Microsoft.OData.UriParser.OperationImportSegment segment, string parameterName, out object parameterValue);
static member TryGetParameterValue : Microsoft.OData.UriParser.OperationImportSegment * string * obj -> bool
<Extension()>
Public Function TryGetParameterValue (segment As OperationImportSegment, parameterName As String, ByRef parameterValue As Object) As Boolean
Parameters
- segment
- OperationImportSegment
The function segment
- parameterName
- String
The parameter name
- parameterValue
- Object
The parameter value
Returns
The true ok, false not find.
Applies to
TryGetParameterValue(OperationSegment, String, Object)
Gets the parameter value.
public static bool TryGetParameterValue (this Microsoft.OData.UriParser.OperationSegment segment, string parameterName, out object parameterValue);
static member TryGetParameterValue : Microsoft.OData.UriParser.OperationSegment * string * obj -> bool
<Extension()>
Public Function TryGetParameterValue (segment As OperationSegment, parameterName As String, ByRef parameterValue As Object) As Boolean
Parameters
- segment
- OperationSegment
The function segment
- parameterName
- String
The parameter name
- parameterValue
- Object
The parameter value
Returns
The true ok, false not find.