IFilterStorage Interface
Allows the filter setting to be persisted in a hierarchy.
Assembly: SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)
| Name | Description | |
|---|---|---|
![]() | Add(String^, array<IFilterRow^>^) | Adds a new row to be stored. |
![]() | Get(String^) | Retrieves an existing row. |
![]() | Remove(String^) | Removes a row from the collection. |
Show:
