TableController<TData> Constructors
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.
Overloads
TableController<TData>() |
Initializes a new instance of the TableController<TData> class. |
TableController<TData>(IDomainManager<TData>) |
Initializes a new instance of the TableController<TData> class
with a given |
TableController<TData>()
Initializes a new instance of the TableController<TData> class.
protected TableController ();
Protected Sub New ()
Applies to
TableController<TData>(IDomainManager<TData>)
Initializes a new instance of the TableController<TData> class
with a given domainManager
.
protected TableController (Microsoft.Azure.Mobile.Server.Tables.IDomainManager<TData> domainManager);
new Microsoft.Azure.Mobile.Server.TableController<'Data (requires 'Data : null and 'Data :> Microsoft.Azure.Mobile.Server.Tables.ITableData)> : Microsoft.Azure.Mobile.Server.Tables.IDomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.Azure.Mobile.Server.Tables.ITableData)> -> Microsoft.Azure.Mobile.Server.TableController<'Data (requires 'Data : null and 'Data :> Microsoft.Azure.Mobile.Server.Tables.ITableData)>
Protected Sub New (domainManager As IDomainManager(Of TData))
Parameters
- domainManager
- IDomainManager<TData>
The IDomainManager<TData> for this controller.
Applies to
Azure SDK for .NET