[]
        
(Showing Draft Content)

C1.Data.Entities.EntityClientCache.-ctor

EntityClientCache Constructor

EntityClientCache(DbContext)

Initializes a new instance of the EntityClientCache class.

Declaration
public EntityClientCache(DbContext baseContext)
Parameters
Type Name Description
DbContext baseContext

The object context that is used to access the data.

EntityClientCache(ObjectContext)

Initializes a new instance of the EntityClientCache class.

Declaration
public EntityClientCache(ObjectContext baseContext)
Parameters
Type Name Description
ObjectContext baseContext

The object context that is used to access the data.