TableFilterProvider Class
The TableFilterProvider registers specialized IActionFilter instances used by the TableController<TData>. The filters are registered as part of the custom controller configuration which can be configured using the dependency injection engine using the type ITableControllerConfigProvider.
Assembly: Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)
| Name | Description | |
|---|---|---|
![]() | TableFilterProvider() | Initializes a new instance of the TableFilterProvider using the default QueryableAttribute implementation for executing the query. |
![]() | TableFilterProvider(IActionFilter^) | Initializes a new instance of the TableFilterProvider using the provided QueryableAttribute implementation for executing the query. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetFilters(HttpConfiguration^, HttpActionDescriptor^) | |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

