[]
Initializes a new instance of the EntityClientCache class.
public EntityClientCache(DbContext baseContext)
Public Sub New(baseContext As DbContext)
| Type | Name | Description |
|---|---|---|
| DbContext | baseContext | The object context that is used to access the data. |
Initializes a new instance of the EntityClientCache class.
public EntityClientCache(ObjectContext baseContext)
Public Sub New(baseContext As ObjectContext)
| Type | Name | Description |
|---|---|---|
| ObjectContext | baseContext | The object context that is used to access the data. |