IQueryProvider.GetQuery(INodeInformation, IFilterProvider) Method

Definition

Retrieves the query that would be used to build the tree nodes.

public:
 System::String ^ GetQuery(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ source, Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IFilterProvider ^ filter);
public string GetQuery (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation source, Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IFilterProvider filter);
abstract member GetQuery : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation * Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IFilterProvider -> string
Public Function GetQuery (source As INodeInformation, filter As IFilterProvider) As String

Parameters

source
INodeInformation

Parent item that provides context and services.

filter
IFilterProvider

The filter used in the query.

Returns

Returns a value that represents the query that would be used to build the tree nodes.

Applies to