다음을 통해 공유


QueryConfiguration.SetExpand 메서드

정의

에서 ExpandConfigurations를 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)

매개 변수

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

적용 대상