TableController Class

Definition

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.

[Microsoft.Azure.Mobile.Server.Tables.TableControllerConfig]
public abstract class TableController : System.Web.Http.ApiController
[<Microsoft.Azure.Mobile.Server.Tables.TableControllerConfig>]
type TableController = class
    inherit ApiController
Public MustInherit Class TableController
Inherits ApiController
Inheritance
TableController
Derived
Attributes

Constructors

TableController()

Applies to