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

In This Topic
    ObjectContext Property (EntityClientCache)
    In This Topic
    The ObjectContext through which EntityClientCache accesses the data.
    Syntax
    'Declaration
     
    Public ReadOnly Property ObjectContext As ObjectContext
    public ObjectContext ObjectContext {get;}
    See Also