ComponentOne Data Source for Entity Framework
C1.Data.Entities Namespace / EntityClientCache Class / EntityClientCache Constructor / EntityClientCache Constructor(DbContext)
The object context that is used to access the data.

In This Topic
    EntityClientCache Constructor(DbContext)
    In This Topic
    Initializes a new instance of the EntityClientCache class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal baseContext As System.Data.Entity.DbContext _
    )
    public EntityClientCache( 
       System.Data.Entity.DbContext baseContext
    )

    Parameters

    baseContext
    The object context that is used to access the data.
    See Also