PropertyConfiguration.Select Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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[]