GetFilter()
Returns the filter with the specified filter id.
Parameters
Filter_Id
SQL_VARCHAR(1024)
The id of the filter to retrieve.
Returns
If the procedure fails, it throws an exception.
Otherwise, the procedure returns a table with a single row representing the returned filter. Columns include:
Description
SQL_LONGVARCHAR(16777215)
A description of the filter.
Name
SQL_LONGVARCHAR(1024)
The name of the filter.
Owner_Displayname
SQL_LONGVARCHAR(1024)
The display name of this filter's owner.