다음을 통해 공유


StructuralTypeConfiguration<TStructuralType>.Expand 메서드

정의

오버로드

Expand(Int32, SelectExpandType, String[])

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

Expand(Int32, String[])

이 구조 형식의 확장 가능한 확장 가능한 속성인 확장 결과의 최대 깊이를 설정합니다.

Expand(SelectExpandType, Int32)

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

Expand(SelectExpandType, String[])

확장 가능한 속성과 이 구조 형식의 속성을 SelectExpandType 설정합니다.

Expand(Int32)

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

Expand(String[])

이 구조 형식의 확장 가능한 속성을 설정합니다.

Expand(SelectExpandType)

이 구조 형식의 모든 속성 집합 SelectExpandType 입니다.

Expand()

이 구조 형식의 확장 가능한 모든 속성을 설정합니다.

Expand(Int32, SelectExpandType, String[])

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

public Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<TStructuralType> 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.StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)>
Public Function Expand (maxDepth As Integer, expandType As SelectExpandType, ParamArray properties As String()) As StructuralTypeConfiguration(Of TStructuralType)

매개 변수

maxDepth
Int32
expandType
SelectExpandType
properties
String[]

반환

적용 대상

Expand(Int32, String[])

이 구조 형식의 확장 가능한 확장 가능한 속성인 확장 결과의 최대 깊이를 설정합니다.

public Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<TStructuralType> Expand (int maxDepth, params string[] properties);
member this.Expand : int * string[] -> Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)>
Public Function Expand (maxDepth As Integer, ParamArray properties As String()) As StructuralTypeConfiguration(Of TStructuralType)

매개 변수

maxDepth
Int32
properties
String[]

반환

적용 대상

Expand(SelectExpandType, Int32)

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

public Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<TStructuralType> Expand (Microsoft.AspNet.OData.Query.SelectExpandType expandType, int maxDepth);
member this.Expand : Microsoft.AspNet.OData.Query.SelectExpandType * int -> Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)>
Public Function Expand (expandType As SelectExpandType, maxDepth As Integer) As StructuralTypeConfiguration(Of TStructuralType)

매개 변수

expandType
SelectExpandType
maxDepth
Int32

반환

적용 대상

Expand(SelectExpandType, String[])

확장 가능한 속성과 이 구조 형식의 속성을 SelectExpandType 설정합니다.

public Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<TStructuralType> Expand (Microsoft.AspNet.OData.Query.SelectExpandType expandType, params string[] properties);
member this.Expand : Microsoft.AspNet.OData.Query.SelectExpandType * string[] -> Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)>
Public Function Expand (expandType As SelectExpandType, ParamArray properties As String()) As StructuralTypeConfiguration(Of TStructuralType)

매개 변수

expandType
SelectExpandType
properties
String[]

반환

적용 대상

Expand(Int32)

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

public Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<TStructuralType> Expand (int maxDepth);
member this.Expand : int -> Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)>
Public Function Expand (maxDepth As Integer) As StructuralTypeConfiguration(Of TStructuralType)

매개 변수

maxDepth
Int32

반환

적용 대상

Expand(String[])

이 구조 형식의 확장 가능한 속성을 설정합니다.

public Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<TStructuralType> Expand (params string[] properties);
member this.Expand : string[] -> Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)>
Public Function Expand (ParamArray properties As String()) As StructuralTypeConfiguration(Of TStructuralType)

매개 변수

properties
String[]

반환

적용 대상

Expand(SelectExpandType)

이 구조 형식의 모든 속성 집합 SelectExpandType 입니다.

public Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<TStructuralType> Expand (Microsoft.AspNet.OData.Query.SelectExpandType expandType);
member this.Expand : Microsoft.AspNet.OData.Query.SelectExpandType -> Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)>
Public Function Expand (expandType As SelectExpandType) As StructuralTypeConfiguration(Of TStructuralType)

매개 변수

expandType
SelectExpandType

반환

적용 대상

Expand()

이 구조 형식의 확장 가능한 모든 속성을 설정합니다.

public Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<TStructuralType> Expand ();
member this.Expand : unit -> Microsoft.AspNet.OData.Builder.StructuralTypeConfiguration<'StructuralType (requires 'StructuralType : null)>
Public Function Expand () As StructuralTypeConfiguration(Of TStructuralType)

반환

적용 대상