DataSource for Entity Framework for WinForms
EntityClientCache クラス
メンバ 

C1.Data.Entity.4.5.2 アセンブリ > C1.Data.Entities 名前空間 : EntityClientCache クラス
Entity Framework に固有のクライアント側キャッシュを表します。
オブジェクト モデル
EntityClientCache クラス
シンタックス
'宣言
 
Public Class EntityClientCache 
   Inherits C1.Data.ClientCacheBase
public class EntityClientCache : C1.Data.ClientCacheBase 
解説
通常は、アプリケーションの起動時にこのクラスの1つのインスタンスが作成され、 アプリケーションの全ライフタイムにわたって存在します。 一方、各フォーム、ウィンドウ、ユーザーコントロールは、 CreateScopeメソッドを呼び出すことで作成される EntityClientScopeを使用してデータを操作します。
継承階層

System.Object
   C1.Data.ClientCacheBase
      C1.Data.Entities.EntityClientCache

参照

EntityClientCache メンバ
C1.Data.Entities 名前空間