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.
Namespace: Microsoft.WindowsAzure.Mobile.Service.Tables
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Inheritance Hierarchy
System.Object
System.Web.Http.ApiController
Microsoft.WindowsAzure.Mobile.Service.Tables.TableController
Microsoft.WindowsAzure.Mobile.Service.TableController<TData>
Syntax
public abstract class TableController : ApiController
public ref class TableController abstract : ApiController
[<AbstractClass>]
type TableController =
class
inherit ApiController
end
Public MustInherit Class TableController
Inherits ApiController
Constructors
Name | Description | |
---|---|---|
TableController() | Initializes a new instance of the TableController class. |
Properties
Name | Description | |
---|---|---|
Services | Get or Set the ApiServices associated with this controller instance. |
Methods
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.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.Mobile.Service.Tables Namespace
Return to top