DataSource for Entity Framework for WPF/Silverlight
C1DataSource クラス
メンバ 

C1.WPF.Data.Entities 名前空間 : C1DataSource クラス
GUI コントロールから C1.Data.Entities.EntityClientCache 内のデータへの データ連結を簡略化するデータソースコントロール。複数のコントロールをさまざまなクエリーに連結するために使用できます。
オブジェクト モデル
C1DataSource クラス
シンタックス
'宣言
 
<System.Reflection.DefaultMemberAttribute("Item")>
<System.ComponentModel.LicenseProviderAttribute()>
<System.Windows.Markup.ContentPropertyAttribute("ViewSources")>
<System.Windows.StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
<System.Windows.Markup.XmlLangPropertyAttribute("Language")>
<System.Windows.Markup.UsableDuringInitializationAttribute(True)>
<System.Windows.Markup.RuntimeNamePropertyAttribute("Name")>
<System.Windows.Markup.UidPropertyAttribute("Uid")>
<System.ComponentModel.TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
<System.Windows.Markup.NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
Public Class C1DataSource 
   Inherits System.Windows.Controls.Control
[System.Reflection.DefaultMember("Item")]
[System.ComponentModel.LicenseProvider()]
[System.Windows.Markup.ContentProperty("ViewSources")]
[System.Windows.StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[System.Windows.Markup.XmlLangProperty("Language")]
[System.Windows.Markup.UsableDuringInitialization(true)]
[System.Windows.Markup.RuntimeNameProperty("Name")]
[System.Windows.Markup.UidProperty("Uid")]
[System.ComponentModel.TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[System.Windows.Markup.NameScopeProperty("NameScope", System.Windows.NameScope)]
public class C1DataSource : System.Windows.Controls.Control 
解説
C1.Data.Entities.EntityClientCache 内のデータにコントロールを連結するには、 C1DataSource を XAML ファイルに追加し、 コンテキストタイプを指定し、 ViewSources コレクションに C1.Data.Entities.EntityViewSource オブジェクトを挿入して(クエリーベースの)ビューを定義し、 次のように GUI コントロールを連結します。
継承階層

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     C1.WPF.Data.Entities.C1DataSource

参照

C1DataSource メンバ
C1.WPF.Data.Entities 名前空間