Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the query that is currently being used and run by the data source.
Namespace: Microsoft.Web.CommandUI
Assembly: Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property CurrentQuery As UIQuery
Get
'Usage
Dim value As UIQuery
value = Me.CurrentQuery
protected virtual UIQuery CurrentQuery { get; }
Property Value
Type: Microsoft.Web.CommandUI.UIQuery
A UIQuery that contains the current query.