Suoranta.EnterpriseLib.Web - Developer API

CachedDbSet<(Of <(<'TEntity>)>)> Members

The CachedDbSet<(Of <(<'TEntity>)>)> type exposes the following members.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Refresh(DbContext)
Reload entities from context (original context is not stored as that would keep the network and memory resources reserved)
Public method Refresh(IEnumerable<(Of <<'(UTP>)>>)) (Inherited from CachedSet<(Of <(<'TEntity>)>)>.)
Public method ToString (Inherited from Object.)

Properties


  Name Description
Public property Entities
Cached entities
(Inherited from CachedSet<(Of <(<'TEntity>)>)>.)
Public property Lookups (Inherited from CachedSet<(Of <(<'TEntity>)>)>.)
Public property MaxEntitiesCount
Maximum number of entities that will be loaded from database (does not apply to an explicit IEnumerable of objects)
Public property RefreshTimestamp
UTC timestamp of last refresh
(Inherited from CachedSet<(Of <(<'TEntity>)>)>.)