Share via


TableController<TData> Constructor (IDomainManager<TData>)

 

Initializes a new instance of the TableController<TData> class with a given domainManager.

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)

Syntax

protected TableController(
    IDomainManager<TData> domainManager
)
protected:
TableController(
    IDomainManager<TData>^ domainManager
)
new : 
        domainManager:IDomainManager<'TData> -> TableController
Protected Sub New (
    domainManager As IDomainManager(Of TData)
)

Parameters

See Also

TableController<TData> Overload
TableController<TData> Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top