Share via


PropertyConfiguration.Select Method

Definition

Overloads

Select()

Sets all properties of this property is selectable.

Select(SelectExpandType)

Sets SelectExpandType of all properties of this property is selectable.

Select(String[])

Sets selectable properties of this property.

Select(SelectExpandType, String[])

Sets selectable properties depends on SelectExpandType of this property.

Select()

Sets all properties of this property is selectable.

public Microsoft.AspNet.OData.Builder.PropertyConfiguration Select ();
member this.Select : unit -> Microsoft.AspNet.OData.Builder.PropertyConfiguration
Public Function Select () As PropertyConfiguration

Returns

Applies to

Select(SelectExpandType)

Sets SelectExpandType of all properties of this property is selectable.

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

Parameters

selectType
SelectExpandType

Returns

Applies to

Select(String[])

Sets selectable properties of this property.

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

Parameters

properties
String[]

Returns

Applies to

Select(SelectExpandType, String[])

Sets selectable properties depends on SelectExpandType of this property.

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

Parameters

selectType
SelectExpandType
properties
String[]

Returns

Applies to