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.WindowsAzure.Mobile.Service.Tables.IDomainManager<TData> domainManager);
new Microsoft.WindowsAzure.Mobile.Service.TableController<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData)> : Microsoft.WindowsAzure.Mobile.Service.Tables.IDomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData)> -> Microsoft.WindowsAzure.Mobile.Service.TableController<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData)>
Protected Sub New (domainManager As IDomainManager(Of TData))
Parameters
- domainManager
- IDomainManager<TData>
The IDomainManager<TData> for this controller.
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