다음을 통해 공유


PropertyConfiguration.Select 메서드

정의

오버로드

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[]

반환

적용 대상