TableController<TData>.DomainManager Property

Definition

Gets or sets the IDomainManager<TData> to be used for accessing the backend store.

protected Microsoft.Azure.Mobile.Server.Tables.IDomainManager<TData> DomainManager { get; set; }
member this.DomainManager : Microsoft.Azure.Mobile.Server.Tables.IDomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.Azure.Mobile.Server.Tables.ITableData)> with get, set
Protected Property DomainManager As IDomainManager(Of TData)

Property Value

Applies to