StructuralTypeConfiguration<TStructuralType>.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(SelectExpandType) |
Se pueden seleccionar conjuntos SelectExpandType de todas las propiedades de este tipo estructural. |
Select(String[]) |
Establece las propiedades seleccionables de este tipo estructural. |
Select() |
Establece todas las propiedades de este tipo estructural seleccionable. |
Select(SelectExpandType, String[]) |
Los conjuntos de propiedades seleccionables dependen SelectExpandType de este tipo estructural. |
Select(SelectExpandType)
Se pueden seleccionar conjuntos SelectExpandType de todas las propiedades de este tipo estructural.
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
Devoluciones
Se aplica a
Select(String[])
Establece las propiedades seleccionables de este tipo estructural.
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[]
Devoluciones
Se aplica a
Select()
Establece todas las propiedades de este tipo estructural seleccionable.
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)
Devoluciones
Se aplica a
Select(SelectExpandType, String[])
Los conjuntos de propiedades seleccionables dependen SelectExpandType de este tipo estructural.
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[]