Share via


PropertyConfiguration.Expand Method

Definition

Overloads

Expand(Int32, SelectExpandType, String[])

Sets the maximum depth of expand result, expandable properties and their SelectExpandType of this navigation property.

Expand(Int32, String[])

Sets the maximum depth of expand result, expandable properties of this navigation property.

Expand(SelectExpandType, Int32)

Sets SelectExpandType of all properties with maximum depth of expand result.

Expand(SelectExpandType, String[])

Sets the expandable properties and their SelectExpandType of this navigation property.

Expand(Int32)

Sets all properties expandable with maximum depth of expand result.

Expand(SelectExpandType)

Sets SelectExpandType of all properties.

Expand()

Sets all properties expandable.

Expand(String[])

Sets the expandable properties of this navigation property.

Expand(Int32, SelectExpandType, String[])

Sets the maximum depth of expand result, expandable properties and their SelectExpandType of this navigation property.

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

Parameters

maxDepth
Int32
expandType
SelectExpandType
properties
String[]

Returns

Applies to

Expand(Int32, String[])

Sets the maximum depth of expand result, expandable properties of this navigation property.

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

Parameters

maxDepth
Int32
properties
String[]

Returns

Applies to

Expand(SelectExpandType, Int32)

Sets SelectExpandType of all properties with maximum depth of expand result.

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

Parameters

expandType
SelectExpandType
maxDepth
Int32

Returns

Applies to

Expand(SelectExpandType, String[])

Sets the expandable properties and their SelectExpandType of this navigation property.

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

Parameters

expandType
SelectExpandType
properties
String[]

Returns

Applies to

Expand(Int32)

Sets all properties expandable with maximum depth of expand result.

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

Parameters

maxDepth
Int32

Returns

Applies to

Expand(SelectExpandType)

Sets SelectExpandType of all properties.

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

Parameters

expandType
SelectExpandType

Returns

Applies to

Expand()

Sets all properties expandable.

public Microsoft.AspNet.OData.Builder.PropertyConfiguration Expand ();
member this.Expand : unit -> Microsoft.AspNet.OData.Builder.PropertyConfiguration
Public Function Expand () As PropertyConfiguration

Returns

Applies to

Expand(String[])

Sets the expandable properties of this navigation property.

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

Parameters

properties
String[]

Returns

Applies to