[]
        
(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)
Public Sub New(baseContext As DbContext)
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)
Public Sub New(baseContext As ObjectContext)
Parameters
Type Name Description
ObjectContext baseContext

The object context that is used to access the data.