Class RelationDefinitionCache
Inheritance
RelationDefinitionCache
Assembly: SoDataBase.dll
Syntax
[CacheV2("Database", 0)]
public class RelationDefinitionCache : CacheBaseV2, IFlushableV2, IDisposable
Properties
TableNames
Gets the names of the table data that are cached in this cache. When these tables are updated
the cache will be disposed so a new cache instance can take its place.
Declaration
protected override IEnumerable<string> TableNames { get; }
Property Value
Overrides
Methods
GetCurrent()
Declaration
public static RelationDefinitionCache GetCurrent()
Returns
GetRelationDefinitionId(int, int)
Declaration
public int GetRelationDefinitionId(int sourceTableId, int destinationTableId)
Parameters
Type |
Name |
Description |
int |
sourceTableId |
|
int |
destinationTableId |
|
Returns
OnLoad()
Declaration
protected override void OnLoad()
Overrides
Implements
Extension Methods