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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET