Share via


StructuralTypeConfiguration<TStructuralType>.Select Method

Definition

Overloads

Select(SelectExpandType)

Sets SelectExpandType of all properties of this structural type is selectable.

Select(String[])

Sets selectable properties of this structural type.

Select()

Sets all properties of this structural type is selectable.

Select(SelectExpandType, String[])

Sets selectable properties depends on SelectExpandType of this structural type.

Select(SelectExpandType)

Sets SelectExpandType of all properties of this structural type is selectable.

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)

Parameters

selectType
SelectExpandType

Returns

Applies to

Select(String[])

Sets selectable properties of this structural type.

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)

Parameters

properties
String[]

Returns

Applies to

Select()

Sets all properties of this structural type is selectable.

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)

Returns

Applies to

Select(SelectExpandType, String[])

Sets selectable properties depends on SelectExpandType of this structural type.

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)

Parameters

selectType
SelectExpandType
properties
String[]

Returns

Applies to