CUIDataSource.RunQuery Method
Applies the specified query to the Server ribbon.
Namespace: Microsoft.Web.CommandUI
Assembly: Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)
Syntax
'Declaration
Public Sub RunQuery ( _
query As UIQuery _
)
'Usage
Dim instance As CUIDataSource
Dim query As UIQuery
instance.RunQuery(query)
public void RunQuery(
UIQuery query
)
Parameters
query
Type: Microsoft.Web.CommandUI.UIQueryThe specified query to run.