次の方法で共有


TableController<TData>.DomainManager プロパティ

定義

バックエンド ストアへのアクセスに使用する を取得または設定 IDomainManager<TData> します。

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

プロパティ値

適用対象