TableController Class
This is the non-generic common base class for table controllers. It is strongly recommended instead using the generic version TableController{T} which provides strongly typed support for the various table operations.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
System.Object
System.Web.Http.ApiController
Microsoft.WindowsAzure.Mobile.Service.Tables.TableController
Microsoft.WindowsAzure.Mobile.Service.TableController<TData>
System.Web.Http.ApiController
Microsoft.WindowsAzure.Mobile.Service.Tables.TableController
Microsoft.WindowsAzure.Mobile.Service.TableController<TData>
| Name | Description | |
|---|---|---|
![]() | TableController() | Initializes a new instance of the TableController class. |
| Name | Description | |
|---|---|---|
![]() | Services | Get or Set the ApiServices associated with this controller instance. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | 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.
Show:


