Compartir a través de


PropertyConfiguration.Select Método

Definición

Sobrecargas

Select()

Establece todas las propiedades de esta propiedad seleccionables.

Select(SelectExpandType)

Se pueden seleccionar conjuntos SelectExpandType de todas las propiedades de esta propiedad.

Select(String[])

Establece las propiedades seleccionables de esta propiedad.

Select(SelectExpandType, String[])

Los conjuntos de propiedades seleccionables dependen SelectExpandType de esta propiedad.

Select()

Establece todas las propiedades de esta propiedad seleccionables.

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

Devoluciones

Se aplica a

Select(SelectExpandType)

Se pueden seleccionar conjuntos SelectExpandType de todas las propiedades de esta propiedad.

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

Parámetros

selectType
SelectExpandType

Devoluciones

Se aplica a

Select(String[])

Establece las propiedades seleccionables de esta propiedad.

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

Parámetros

properties
String[]

Devoluciones

Se aplica a

Select(SelectExpandType, String[])

Los conjuntos de propiedades seleccionables dependen SelectExpandType de esta propiedad.

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

Parámetros

selectType
SelectExpandType
properties
String[]

Devoluciones

Se aplica a