Partager via


PropertyConfiguration.Select Méthode

Définition

Surcharges

Select()

Toutes les propriétés de cette propriété peuvent être sélectionnées.

Select(SelectExpandType)

Les ensembles SelectExpandType de toutes les propriétés de cette propriété sont sélectionnables.

Select(String[])

Définit les propriétés sélectionnables de cette propriété.

Select(SelectExpandType, String[])

Définit les propriétés sélectionnables dépend SelectExpandType de cette propriété.

Select()

Toutes les propriétés de cette propriété peuvent être sélectionnées.

public Microsoft.AspNet.OData.Builder.PropertyConfiguration Select ();
member this.Select : unit -> Microsoft.AspNet.OData.Builder.PropertyConfiguration
Public Function Select () As PropertyConfiguration

Retours

S’applique à

Select(SelectExpandType)

Les ensembles SelectExpandType de toutes les propriétés de cette propriété sont sélectionnables.

public Microsoft.AspNet.OData.Builder.PropertyConfiguration Select (Microsoft.AspNet.OData.Query.SelectExpandType selectType);
member this.Select : Microsoft.AspNet.OData.Query.SelectExpandType -> Microsoft.AspNet.OData.Builder.PropertyConfiguration
Public Function Select (selectType As SelectExpandType) As PropertyConfiguration

Paramètres

selectType
SelectExpandType

Retours

S’applique à

Select(String[])

Définit les propriétés sélectionnables de cette propriété.

public Microsoft.AspNet.OData.Builder.PropertyConfiguration Select (params string[] properties);
member this.Select : string[] -> Microsoft.AspNet.OData.Builder.PropertyConfiguration
Public Function Select (ParamArray properties As String()) As PropertyConfiguration

Paramètres

properties
String[]

Retours

S’applique à

Select(SelectExpandType, String[])

Définit les propriétés sélectionnables dépend SelectExpandType de cette propriété.

public Microsoft.AspNet.OData.Builder.PropertyConfiguration Select (Microsoft.AspNet.OData.Query.SelectExpandType selectType, params string[] properties);
member this.Select : Microsoft.AspNet.OData.Query.SelectExpandType * string[] -> Microsoft.AspNet.OData.Builder.PropertyConfiguration
Public Function Select (selectType As SelectExpandType, ParamArray properties As String()) As PropertyConfiguration

Paramètres

selectType
SelectExpandType
properties
String[]

Retours

S’applique à