QueryConfiguration.SetExpand Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>
- expandType
- SelectExpandType