DataSource for Entity Framework in WPF
C1.WPF.Data.Entities Namespace / C1DataSource Class / ObjectContext Property

In This Topic
    ObjectContext Property (C1DataSource)
    In This Topic
    Gets the System.Data.Objects.ObjectContext the ClientCache is connected to.
    Syntax
    'Declaration
     
    Public ReadOnly Property ObjectContext As ObjectContext
    public ObjectContext ObjectContext {get;}
    See Also