ComponentOne Data Source for Entity Framework
C1.Win.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 System.Data.Entity.Core.Objects.ObjectContext
    public System.Data.Entity.Core.Objects.ObjectContext ObjectContext {get;}
    See Also