Compartilhar via


ODataParameterHelper.GetParameterValue Método

Definição

Sobrecargas

GetParameterValue(OperationImportSegment, String)

Obtém o valor do parâmetro.

GetParameterValue(OperationSegment, String)

Obtém o valor do parâmetro.

GetParameterValue(OperationImportSegment, String)

Obtém o valor do parâmetro.

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

Parâmetros

segment
OperationImportSegment

O segmento de importação de função

parameterName
String

O nome do parâmetro

Retornos

O valor do parâmetro

Aplica-se a

GetParameterValue(OperationSegment, String)

Obtém o valor do parâmetro.

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

Parâmetros

segment
OperationSegment

O segmento de função

parameterName
String

O nome do parâmetro

Retornos

O valor do parâmetro

Aplica-se a