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.
[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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET