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.
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.