QueryConfiguration.SetSelect Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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