[]
Initializes a new instance of the EntityClientCache class.
public EntityClientCache(DbContext baseContext)
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)
Type | Name | Description |
---|---|---|
ObjectContext | baseContext | The object context that is used to access the data. |