다음을 통해 공유


PropertyConfiguration.Expand 메서드

정의

오버로드

Expand(Int32, SelectExpandType, String[])

확장 결과, 확장 가능한 속성 및 이 탐색 속성의 최대 깊이를 SelectExpandType 설정합니다.

Expand(Int32, String[])

이 탐색 속성의 확장 가능한 확장 가능한 속성인 확장 결과의 최대 깊이를 설정합니다.

Expand(SelectExpandType, Int32)

확장 결과의 최대 깊이를 가진 모든 속성의 집합 SelectExpandType 입니다.

Expand(SelectExpandType, String[])

확장 가능한 속성과 이 탐색 속성의 속성을 SelectExpandType 설정합니다.

Expand(Int32)

확장 결과의 최대 깊이로 확장 가능한 모든 속성을 설정합니다.

Expand(SelectExpandType)

모든 속성의 집합 SelectExpandType 입니다.

Expand()

확장 가능한 모든 속성을 설정합니다.

Expand(String[])

이 탐색 속성의 확장 가능한 속성을 설정합니다.

Expand(Int32, SelectExpandType, String[])

확장 결과, 확장 가능한 속성 및 이 탐색 속성의 최대 깊이를 SelectExpandType 설정합니다.

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

매개 변수

maxDepth
Int32
expandType
SelectExpandType
properties
String[]

반환

적용 대상

Expand(Int32, String[])

이 탐색 속성의 확장 가능한 확장 가능한 속성인 확장 결과의 최대 깊이를 설정합니다.

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

매개 변수

maxDepth
Int32
properties
String[]

반환

적용 대상

Expand(SelectExpandType, Int32)

확장 결과의 최대 깊이를 가진 모든 속성의 집합 SelectExpandType 입니다.

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

매개 변수

expandType
SelectExpandType
maxDepth
Int32

반환

적용 대상

Expand(SelectExpandType, String[])

확장 가능한 속성과 이 탐색 속성의 속성을 SelectExpandType 설정합니다.

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

매개 변수

expandType
SelectExpandType
properties
String[]

반환

적용 대상

Expand(Int32)

확장 결과의 최대 깊이로 확장 가능한 모든 속성을 설정합니다.

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

매개 변수

maxDepth
Int32

반환

적용 대상

Expand(SelectExpandType)

모든 속성의 집합 SelectExpandType 입니다.

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

매개 변수

expandType
SelectExpandType

반환

적용 대상

Expand()

확장 가능한 모든 속성을 설정합니다.

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

반환

적용 대상

Expand(String[])

이 탐색 속성의 확장 가능한 속성을 설정합니다.

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

매개 변수

properties
String[]

반환

적용 대상