CUIDataSource.CurrentQuery Property
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.