StructuralTypeConfiguration<TStructuralType>.Select 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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[]