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