IQueryProvider.GetFilterableColumns(INodeInformation) Method

Definition

Retrieves a list of columns that can be filtered.

public:
 cli::array <Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IColumnProperty ^> ^ GetFilterableColumns(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ source);
public Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IColumnProperty[] GetFilterableColumns (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation source);
abstract member GetFilterableColumns : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation -> Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IColumnProperty[]
Public Function GetFilterableColumns (source As INodeInformation) As IColumnProperty()

Parameters

source
INodeInformation

Parent item that provides context and services.

Returns

Returns an array that represents the list of columns that can be filtered.

Applies to