CachedDbSet<(Of <(<'TEntity>)>)> Members
The CachedDbSet<(Of <(<'TEntity>)>)> type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
CachedDbSet<(Of <(<'TEntity>)>)>(DbContext) | |
|
|
CachedDbSet<(Of <(<'TEntity>)>)>(DbContext, IEqualityComparer<(Of <<'(TEntity>)>>)) |
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
Refresh(DbContext) |
Reload entities from context (original context is not stored
as that would keep the network and memory resources reserved)
|
|
|
Refresh(IEnumerable<(Of <<'(UTP>)>>)) | (Inherited from CachedSet<(Of <(<'TEntity>)>)>.) |
|
|
ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
Entities |
Cached entities
(Inherited from CachedSet<(Of <(<'TEntity>)>)>.) |
|
|
Lookups | (Inherited from CachedSet<(Of <(<'TEntity>)>)>.) |
|
|
MaxEntitiesCount |
Maximum number of entities that will be loaded from database (does not apply to an explicit
IEnumerable of objects)
|
|
|
RefreshTimestamp |
UTC timestamp of last refresh (Inherited from CachedSet<(Of <(<'TEntity>)>)>.) |

