Share via


QueryConfiguration.SetSelect Method

Definition

Sets the SelectConfigurations in ModelBoundQuerySettings.

public virtual void SetSelect (System.Collections.Generic.IEnumerable<string> properties, Microsoft.AspNet.OData.Query.SelectExpandType selectType);
abstract member SetSelect : seq<string> * Microsoft.AspNet.OData.Query.SelectExpandType -> unit
override this.SetSelect : seq<string> * Microsoft.AspNet.OData.Query.SelectExpandType -> unit
Public Overridable Sub SetSelect (properties As IEnumerable(Of String), selectType As SelectExpandType)

Parameters

properties
IEnumerable<String>
selectType
SelectExpandType

Applies to