PropertyConfiguration.Expand 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
Expand(Int32, SelectExpandType, String[]) |
Establece la profundidad máxima del resultado de expansión, las propiedades expandibles y su SelectExpandType propiedad de navegación. |
Expand(Int32, String[]) |
Establece la profundidad máxima del resultado de expansión y las propiedades expandibles de esta propiedad de navegación. |
Expand(SelectExpandType, Int32) |
Conjuntos SelectExpandType de todas las propiedades con la profundidad máxima del resultado de expansión. |
Expand(SelectExpandType, String[]) |
Establece las propiedades expandibles y su SelectExpandType propiedad de navegación. |
Expand(Int32) |
Establece todas las propiedades expandibles con la profundidad máxima del resultado de expansión. |
Expand(SelectExpandType) |
Conjuntos SelectExpandType de todas las propiedades. |
Expand() |
Establece todas las propiedades expandibles. |
Expand(String[]) |
Establece las propiedades expandibles de esta propiedad de navegación. |
Expand(Int32, SelectExpandType, String[])
Establece la profundidad máxima del resultado de expansión, las propiedades expandibles y su SelectExpandType propiedad de navegación.
public Microsoft.AspNet.OData.Builder.PropertyConfiguration Expand (int maxDepth, Microsoft.AspNet.OData.Query.SelectExpandType expandType, params string[] properties);
member this.Expand : int * Microsoft.AspNet.OData.Query.SelectExpandType * string[] -> Microsoft.AspNet.OData.Builder.PropertyConfiguration
Public Function Expand (maxDepth As Integer, expandType As SelectExpandType, ParamArray properties As String()) As PropertyConfiguration
Parámetros
- maxDepth
- Int32
- expandType
- SelectExpandType
- properties
- String[]
Devoluciones
Se aplica a
Expand(Int32, String[])
Establece la profundidad máxima del resultado de expansión y las propiedades expandibles de esta propiedad de navegación.
public Microsoft.AspNet.OData.Builder.PropertyConfiguration Expand (int maxDepth, params string[] properties);
member this.Expand : int * string[] -> Microsoft.AspNet.OData.Builder.PropertyConfiguration
Public Function Expand (maxDepth As Integer, ParamArray properties As String()) As PropertyConfiguration
Parámetros
- maxDepth
- Int32
- properties
- String[]
Devoluciones
Se aplica a
Expand(SelectExpandType, Int32)
Conjuntos SelectExpandType de todas las propiedades con la profundidad máxima del resultado de expansión.
public Microsoft.AspNet.OData.Builder.PropertyConfiguration Expand (Microsoft.AspNet.OData.Query.SelectExpandType expandType, int maxDepth);
member this.Expand : Microsoft.AspNet.OData.Query.SelectExpandType * int -> Microsoft.AspNet.OData.Builder.PropertyConfiguration
Public Function Expand (expandType As SelectExpandType, maxDepth As Integer) As PropertyConfiguration
Parámetros
- expandType
- SelectExpandType
- maxDepth
- Int32
Devoluciones
Se aplica a
Expand(SelectExpandType, String[])
Establece las propiedades expandibles y su SelectExpandType propiedad de navegación.
public Microsoft.AspNet.OData.Builder.PropertyConfiguration Expand (Microsoft.AspNet.OData.Query.SelectExpandType expandType, params string[] properties);
member this.Expand : Microsoft.AspNet.OData.Query.SelectExpandType * string[] -> Microsoft.AspNet.OData.Builder.PropertyConfiguration
Public Function Expand (expandType As SelectExpandType, ParamArray properties As String()) As PropertyConfiguration
Parámetros
- expandType
- SelectExpandType
- properties
- String[]
Devoluciones
Se aplica a
Expand(Int32)
Establece todas las propiedades expandibles con la profundidad máxima del resultado de expansión.
public Microsoft.AspNet.OData.Builder.PropertyConfiguration Expand (int maxDepth);
member this.Expand : int -> Microsoft.AspNet.OData.Builder.PropertyConfiguration
Public Function Expand (maxDepth As Integer) As PropertyConfiguration
Parámetros
- maxDepth
- Int32
Devoluciones
Se aplica a
Expand(SelectExpandType)
Conjuntos SelectExpandType de todas las propiedades.
public Microsoft.AspNet.OData.Builder.PropertyConfiguration Expand (Microsoft.AspNet.OData.Query.SelectExpandType expandType);
member this.Expand : Microsoft.AspNet.OData.Query.SelectExpandType -> Microsoft.AspNet.OData.Builder.PropertyConfiguration
Public Function Expand (expandType As SelectExpandType) As PropertyConfiguration
Parámetros
- expandType
- SelectExpandType
Devoluciones
Se aplica a
Expand()
Establece todas las propiedades expandibles.
public Microsoft.AspNet.OData.Builder.PropertyConfiguration Expand ();
member this.Expand : unit -> Microsoft.AspNet.OData.Builder.PropertyConfiguration
Public Function Expand () As PropertyConfiguration
Devoluciones
Se aplica a
Expand(String[])
Establece las propiedades expandibles de esta propiedad de navegación.
public Microsoft.AspNet.OData.Builder.PropertyConfiguration Expand (params string[] properties);
member this.Expand : string[] -> Microsoft.AspNet.OData.Builder.PropertyConfiguration
Public Function Expand (ParamArray properties As String()) As PropertyConfiguration
Parámetros
- properties
- String[]