StructuralTypeConfiguration<TStructuralType>.Expand Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Expand(Int32, SelectExpandType, String[]) |
Define a profundidade máxima do resultado de expansão, propriedades expansíveis e suas SelectExpandType desse tipo estrutural. |
Expand(Int32, String[]) |
Define a profundidade máxima do resultado de expansão, propriedades expansíveis desse tipo estrutural. |
Expand(SelectExpandType, Int32) |
Conjuntos SelectExpandType de todas as propriedades com profundidade máxima do resultado de expansão desse tipo estrutural. |
Expand(SelectExpandType, String[]) |
Define as propriedades expansíveis e suas SelectExpandType desse tipo estrutural. |
Expand(Int32) |
Define todas as propriedades expansíveis com profundidade máxima do resultado de expansão desse tipo estrutural. |
Expand(String[]) |
Define as propriedades expansíveis desse tipo estrutural. |
Expand(SelectExpandType) |
Conjuntos SelectExpandType de todas as propriedades desse tipo estrutural. |
Expand() |
Define todas as propriedades expansíveis desse tipo estrutural. |
Expand(Int32, SelectExpandType, String[])
Define a profundidade máxima do resultado de expansão, propriedades expansíveis e suas SelectExpandType desse tipo estrutural.
public Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<TStructuralType> 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.StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)>
Public Function Expand (maxDepth As Integer, expandType As SelectExpandType, ParamArray properties As String()) As StructuralTypeConfiguration(Of TStructuralType)
Parâmetros
- maxDepth
- Int32
- expandType
- SelectExpandType
- properties
- String[]
Retornos
Aplica-se a
Expand(Int32, String[])
Define a profundidade máxima do resultado de expansão, propriedades expansíveis desse tipo estrutural.
public Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<TStructuralType> Expand (int maxDepth, params string[] properties);
member this.Expand : int * string[] -> Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)>
Public Function Expand (maxDepth As Integer, ParamArray properties As String()) As StructuralTypeConfiguration(Of TStructuralType)
Parâmetros
- maxDepth
- Int32
- properties
- String[]
Retornos
Aplica-se a
Expand(SelectExpandType, Int32)
Conjuntos SelectExpandType de todas as propriedades com profundidade máxima do resultado de expansão desse tipo estrutural.
public Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<TStructuralType> Expand (Microsoft.AspNet.OData.Query.SelectExpandType expandType, int maxDepth);
member this.Expand : Microsoft.AspNet.OData.Query.SelectExpandType * int -> Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)>
Public Function Expand (expandType As SelectExpandType, maxDepth As Integer) As StructuralTypeConfiguration(Of TStructuralType)
Parâmetros
- expandType
- SelectExpandType
- maxDepth
- Int32
Retornos
Aplica-se a
Expand(SelectExpandType, String[])
Define as propriedades expansíveis e suas SelectExpandType desse tipo estrutural.
public Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<TStructuralType> Expand (Microsoft.AspNet.OData.Query.SelectExpandType expandType, params string[] properties);
member this.Expand : Microsoft.AspNet.OData.Query.SelectExpandType * string[] -> Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)>
Public Function Expand (expandType As SelectExpandType, ParamArray properties As String()) As StructuralTypeConfiguration(Of TStructuralType)
Parâmetros
- expandType
- SelectExpandType
- properties
- String[]
Retornos
Aplica-se a
Expand(Int32)
Define todas as propriedades expansíveis com profundidade máxima do resultado de expansão desse tipo estrutural.
public Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<TStructuralType> Expand (int maxDepth);
member this.Expand : int -> Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)>
Public Function Expand (maxDepth As Integer) As StructuralTypeConfiguration(Of TStructuralType)
Parâmetros
- maxDepth
- Int32
Retornos
Aplica-se a
Expand(String[])
Define as propriedades expansíveis desse tipo estrutural.
public Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<TStructuralType> Expand (params string[] properties);
member this.Expand : string[] -> Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)>
Public Function Expand (ParamArray properties As String()) As StructuralTypeConfiguration(Of TStructuralType)
Parâmetros
- properties
- String[]
Retornos
Aplica-se a
Expand(SelectExpandType)
Conjuntos SelectExpandType de todas as propriedades desse tipo estrutural.
public Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<TStructuralType> Expand (Microsoft.AspNet.OData.Query.SelectExpandType expandType);
member this.Expand : Microsoft.AspNet.OData.Query.SelectExpandType -> Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)>
Public Function Expand (expandType As SelectExpandType) As StructuralTypeConfiguration(Of TStructuralType)
Parâmetros
- expandType
- SelectExpandType
Retornos
Aplica-se a
Expand()
Define todas as propriedades expansíveis desse tipo estrutural.
public Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<TStructuralType> Expand ();
member this.Expand : unit -> Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)>
Public Function Expand () As StructuralTypeConfiguration(Of TStructuralType)