Compartilhar via


OperationConfiguration.Parameter Método

Definição

Sobrecargas

Parameter(Type, String)

Adiciona um novo parâmetro não associável

Parameter<TParameter>(String)

Adiciona um novo parâmetro não associável

Parameter(Type, String)

Adiciona um novo parâmetro não associável

public Microsoft.AspNet.OData.Builder.ParameterConfiguration Parameter (Type clrParameterType, string name);
member this.Parameter : Type * string -> Microsoft.AspNet.OData.Builder.ParameterConfiguration
Public Function Parameter (clrParameterType As Type, name As String) As ParameterConfiguration

Parâmetros

clrParameterType
Type
name
String

Retornos

Aplica-se a

Parameter<TParameter>(String)

Adiciona um novo parâmetro não associável

public Microsoft.AspNet.OData.Builder.ParameterConfiguration Parameter<TParameter> (string name);
member this.Parameter : string -> Microsoft.AspNet.OData.Builder.ParameterConfiguration
Public Function Parameter(Of TParameter) (name As String) As ParameterConfiguration

Parâmetros de tipo

TParameter

Parâmetros

name
String

Retornos

Aplica-se a