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.

public abstract class TableController : System.Web.Http.ApiController
type TableController = class
    inherit ApiController
Public MustInherit Class TableController
Inherits ApiController
Inheritance
TableController
Derived

Constructors

TableController()

Initializes a new instance of the TableController class.

Properties

Services

Get or Set the ApiServices associated with this controller instance.

Applies to