Share via


DataService<T>.CurrentDataSource プロパティ

定義

現在要求の処理に使用されているデータ ソース インスタンスを取得します。

protected:
 property T CurrentDataSource { T get(); };
protected T CurrentDataSource { get; }
member this.CurrentDataSource : 'T
Protected ReadOnly Property CurrentDataSource As T

プロパティ値

T

サービスのデータ ソース インスタンス。

注釈

クラスの構築時に使用されたテンプレート クラスのインスタンスです。

適用対象