Compartilhar via


OperationConfiguration.EntityParameter Método

Definição

Sobrecargas

EntityParameter(Type, String)

Adiciona um novo parâmetro de tipo de entidade não associação.

EntityParameter<TEntityType>(String)

Adiciona um novo parâmetro de tipo de entidade não associação.

EntityParameter(Type, String)

Adiciona um novo parâmetro de tipo de entidade não associação.

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

Parâmetros

clrEntityType
Type
name
String

Retornos

Aplica-se a

EntityParameter<TEntityType>(String)

Adiciona um novo parâmetro de tipo de entidade não associação.

public Microsoft.AspNet.OData.Builder.ParameterConfiguration EntityParameter<TEntityType> (string name) where TEntityType : class;
member this.EntityParameter : string -> Microsoft.AspNet.OData.Builder.ParameterConfiguration (requires 'EntityType : null)
Public Function EntityParameter(Of TEntityType As Class) (name As String) As ParameterConfiguration

Parâmetros de tipo

TEntityType

Parâmetros

name
String

Retornos

Aplica-se a