Beispiel #1
0
 internal t_cell_name_local_query_provider(LocalMemoryStorage storage)
 {
     s_cell_enumerable = new t_cell_name_Enumerable(storage);
 }
Beispiel #2
0
 internal t_cell_name_local_query_provider(LocalMemoryStorage storage, LocalTransactionContext tx)
 {
     s_cell_enumerable = new t_cell_name_Enumerable(storage, tx);
 }