Share via


QueryConfiguration.SetExpand Method

Definition

Sets the ExpandConfigurations in ModelBoundQuerySettings.

public virtual void SetExpand (System.Collections.Generic.IEnumerable<string> properties, int? maxDepth, Microsoft.AspNet.OData.Query.SelectExpandType expandType);
abstract member SetExpand : seq<string> * Nullable<int> * Microsoft.AspNet.OData.Query.SelectExpandType -> unit
override this.SetExpand : seq<string> * Nullable<int> * Microsoft.AspNet.OData.Query.SelectExpandType -> unit
Public Overridable Sub SetExpand (properties As IEnumerable(Of String), maxDepth As Nullable(Of Integer), expandType As SelectExpandType)

Parameters

properties
IEnumerable<String>
maxDepth
Nullable<Int32>
expandType
SelectExpandType

Applies to