Ejemplo n.º 1
0
 protected void AddRelationRowCache(RelationRowCache cache, int relno, RelationKey relKey, Object relationRow, bool canCache)
 {
     if (canCache)
     {
         cache.AddRelationRow(relno, relKey, relationRow);
     }
 }