TableController(Of TData) Constructor (IDomainManager(Of TData))

 

Initializes a new instance of the TableController(Of TData) class with a given domainManager.

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

Protected Sub New (
	domainManager As IDomainManager(Of TData)
)

Parameters

domainManager
Type: Microsoft.WindowsAzure.Mobile.Service.Tables.IDomainManager(Of TData)

The IDomainManager(Of TData) for this controller.

Return to top
Show: