QueryContext.SelectParameters Property

.NET Framework (current version)
 

Gets or sets a collection of parameters that specify the properties and calculated values that are included in the retrieved data.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

member SelectParameters : IDictionary<string, Object> with get, private set

Property Value

Type: System.Collections.Generic.IDictionary<String, Object>

A collection of parameters that the data source uses to create a Select command.

.NET Framework
Available since 4.0
Return to top
Show: