Simple.Metadata.DbTable.ExecuteCache C# (CSharp) Method

ExecuteCache() public method

public ExecuteCache ( ) : void
return void
        public void ExecuteCache()
        {
            AllColumns = Context.ColumnsByTable[this].ToList();
            OutRelations = Context.OutRelationsByTable[this].ToList();
            InRelations = Context.InRelationsByTable[this].ToList();
            ExecuteOutFkCache();
            ExecuteInFkCache();
        }