ComponentOne Data Source for Entity Framework
C1.Win.Data.Entities Namespace / C1DataSource Class / DbContext Property

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