PropertyConfiguration.Select 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
Select() |
이 속성의 모든 속성을 선택할 수 있습니다. |
Select(SelectExpandType) |
이 속성의 모든 속성 집합 SelectExpandType 을 선택할 수 있습니다. |
Select(String[]) |
이 속성의 선택 가능한 속성을 설정합니다. |
Select(SelectExpandType, String[]) |
선택 가능한 속성을 설정하는 것은 이 속성에 SelectExpandType 따라 달라집니다. |
Select()
이 속성의 모든 속성을 선택할 수 있습니다.
public Microsoft.AspNet.OData.Builder.PropertyConfiguration Select ();
member this.Select : unit -> Microsoft.AspNet.OData.Builder.PropertyConfiguration
Public Function Select () As PropertyConfiguration
반환
적용 대상
Select(SelectExpandType)
이 속성의 모든 속성 집합 SelectExpandType 을 선택할 수 있습니다.
public Microsoft.AspNet.OData.Builder.PropertyConfiguration Select (Microsoft.AspNet.OData.Query.SelectExpandType selectType);
member this.Select : Microsoft.AspNet.OData.Query.SelectExpandType -> Microsoft.AspNet.OData.Builder.PropertyConfiguration
Public Function Select (selectType As SelectExpandType) As PropertyConfiguration
매개 변수
- selectType
- SelectExpandType
반환
적용 대상
Select(String[])
이 속성의 선택 가능한 속성을 설정합니다.
public Microsoft.AspNet.OData.Builder.PropertyConfiguration Select (params string[] properties);
member this.Select : string[] -> Microsoft.AspNet.OData.Builder.PropertyConfiguration
Public Function Select (ParamArray properties As String()) As PropertyConfiguration
매개 변수
- properties
- String[]
반환
적용 대상
Select(SelectExpandType, String[])
선택 가능한 속성을 설정하는 것은 이 속성에 SelectExpandType 따라 달라집니다.
public Microsoft.AspNet.OData.Builder.PropertyConfiguration Select (Microsoft.AspNet.OData.Query.SelectExpandType selectType, params string[] properties);
member this.Select : Microsoft.AspNet.OData.Query.SelectExpandType * string[] -> Microsoft.AspNet.OData.Builder.PropertyConfiguration
Public Function Select (selectType As SelectExpandType, ParamArray properties As String()) As PropertyConfiguration
매개 변수
- selectType
- SelectExpandType
- properties
- String[]