TableController Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |