Partager via


StructuralTypeConfiguration<TStructuralType>.Select Méthode

Définition

Surcharges

Select(SelectExpandType)

Les ensembles SelectExpandType de toutes les propriétés de ce type de structure peuvent être sélectionnés.

Select(String[])

Définit les propriétés sélectionnables de ce type de structure.

Select()

Définit que toutes les propriétés de ce type de structure sont sélectionnables.

Select(SelectExpandType, String[])

Définit les propriétés sélectionnables dépend SelectExpandType de ce type de structure.

Select(SelectExpandType)

Les ensembles SelectExpandType de toutes les propriétés de ce type de structure peuvent être sélectionnés.

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)

Paramètres

selectType
SelectExpandType

Retours

S’applique à

Select(String[])

Définit les propriétés sélectionnables de ce type de structure.

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)

Paramètres

properties
String[]

Retours

S’applique à

Select()

Définit que toutes les propriétés de ce type de structure sont sélectionnables.

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)

Retours

S’applique à

Select(SelectExpandType, String[])

Définit les propriétés sélectionnables dépend SelectExpandType de ce type de structure.

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)

Paramètres

selectType
SelectExpandType
properties
String[]

Retours

S’applique à