Class ArchiveProviderFactory.ArchiveProviderCache
Inheritance
ArchiveProviderFactory.ArchiveProviderCache
Assembly: SoDataBase.dll
Syntax
[CacheV2("Database", 0)]
public class ArchiveProviderCache : CacheBaseV2, IFlushableV2, IDisposable
Properties
EntityColumnInfo
Declaration
public ConcurrentDictionary<string, KeyValuePair<List<ArchiveColumnInfo>, List<ArchiveRowTypeInfo>>> EntityColumnInfo { get; }
Property Value
TableNames
Declaration
protected override IEnumerable<string> TableNames { get; }
Property Value
Overrides
Methods
GetCurrent()
Declaration
public static ArchiveProviderFactory.ArchiveProviderCache GetCurrent()
Returns
OnLoad()
Declaration
protected override void OnLoad()
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)