다음을 통해 공유


StructuralTypeConfiguration<TStructuralType>.Select 메서드

정의

오버로드

Select(SelectExpandType)

이 구조 형식의 모든 속성 집합 SelectExpandType 을 선택할 수 있습니다.

Select(String[])

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

Select()

이 구조 형식의 모든 속성을 선택할 수 있게 설정합니다.

Select(SelectExpandType, String[])

선택 가능한 속성을 설정하는 것은 이 구조 형식에 SelectExpandType 따라 달라집니다.

Select(SelectExpandType)

이 구조 형식의 모든 속성 집합 SelectExpandType 을 선택할 수 있습니다.

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

매개 변수

selectType
SelectExpandType

반환

적용 대상

Select(String[])

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

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

매개 변수

properties
String[]

반환

적용 대상

Select()

이 구조 형식의 모든 속성을 선택할 수 있게 설정합니다.

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

반환

적용 대상

Select(SelectExpandType, String[])

선택 가능한 속성을 설정하는 것은 이 구조 형식에 SelectExpandType 따라 달라집니다.

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

매개 변수

selectType
SelectExpandType
properties
String[]

반환

적용 대상