Compartilhar via


StructuralTypeConfiguration<TStructuralType>.Select Método

Definição

Sobrecargas

Select(SelectExpandType)

Conjuntos SelectExpandType de todas as propriedades desse tipo estrutural são selecionáveis.

Select(String[])

Define as propriedades selecionáveis desse tipo estrutural.

Select()

Define que todas as propriedades desse tipo estrutural são selecionáveis.

Select(SelectExpandType, String[])

Define as propriedades selecionáveis depende SelectExpandType desse tipo estrutural.

Select(SelectExpandType)

Conjuntos SelectExpandType de todas as propriedades desse tipo estrutural são selecionáveis.

public Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<TStructuralType> Select (Microsoft.AspNet.OData.Query.SelectExpandType selectType);
member this.Select : Microsoft.AspNet.OData.Query.SelectExpandType -> Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)>
Public Function Select (selectType As SelectExpandType) As StructuralTypeConfiguration(Of TStructuralType)

Parâmetros

selectType
SelectExpandType

Retornos

Aplica-se a

Select(String[])

Define as propriedades selecionáveis desse tipo estrutural.

public Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<TStructuralType> Select (params string[] properties);
member this.Select : string[] -> Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)>
Public Function Select (ParamArray properties As String()) As StructuralTypeConfiguration(Of TStructuralType)

Parâmetros

properties
String[]

Retornos

Aplica-se a

Select()

Define que todas as propriedades desse tipo estrutural são selecionáveis.

public Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<TStructuralType> Select ();
member this.Select : unit -> Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)>
Public Function Select () As StructuralTypeConfiguration(Of TStructuralType)

Retornos

Aplica-se a

Select(SelectExpandType, String[])

Define as propriedades selecionáveis depende SelectExpandType desse tipo estrutural.

public Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<TStructuralType> Select (Microsoft.AspNet.OData.Query.SelectExpandType selectType, params string[] properties);
member this.Select : Microsoft.AspNet.OData.Query.SelectExpandType * string[] -> Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)>
Public Function Select (selectType As SelectExpandType, ParamArray properties As String()) As StructuralTypeConfiguration(Of TStructuralType)

Parâmetros

selectType
SelectExpandType
properties
String[]

Retornos

Aplica-se a