Compartir a través de


StructuralTypeConfiguration<TStructuralType>.Expand Método

Definición

Sobrecargas

Expand(Int32, SelectExpandType, String[])

Establece la profundidad máxima del resultado de expansión, las propiedades expandibles y su SelectExpandType de este tipo estructural.

Expand(Int32, String[])

Establece la profundidad máxima del resultado de expansión, propiedades expandibles de este tipo estructural.

Expand(SelectExpandType, Int32)

Conjuntos SelectExpandType de todas las propiedades con la profundidad máxima del resultado de expansión de este tipo estructural.

Expand(SelectExpandType, String[])

Establece las propiedades expandibles y su SelectExpandType de este tipo estructural.

Expand(Int32)

Establece todas las propiedades expandibles con la profundidad máxima del resultado de expansión de este tipo estructural.

Expand(String[])

Establece las propiedades expandibles de este tipo estructural.

Expand(SelectExpandType)

Conjuntos SelectExpandType de todas las propiedades de este tipo estructural.

Expand()

Establece todas las propiedades expandibles de este tipo estructural.

Expand(Int32, SelectExpandType, String[])

Establece la profundidad máxima del resultado de expansión, las propiedades expandibles y su SelectExpandType de este tipo estructural.

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[]

Devoluciones

Se aplica a

Expand(Int32, String[])

Establece la profundidad máxima del resultado de expansión, propiedades expandibles de este tipo estructural.

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[]

Devoluciones

Se aplica a

Expand(SelectExpandType, Int32)

Conjuntos SelectExpandType de todas las propiedades con la profundidad máxima del resultado de expansión de este tipo estructural.

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

Devoluciones

Se aplica a

Expand(SelectExpandType, String[])

Establece las propiedades expandibles y su SelectExpandType de este tipo estructural.

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[]

Devoluciones

Se aplica a

Expand(Int32)

Establece todas las propiedades expandibles con la profundidad máxima del resultado de expansión de este tipo estructural.

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

Devoluciones

Se aplica a

Expand(String[])

Establece las propiedades expandibles de este tipo estructural.

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[]

Devoluciones

Se aplica a

Expand(SelectExpandType)

Conjuntos SelectExpandType de todas las propiedades de este tipo estructural.

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

Devoluciones

Se aplica a

Expand()

Establece todas las propiedades expandibles de este tipo estructural.

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)

Devoluciones

Se aplica a