Exemplo n.º 1
0
 public OeDataAdapter(OeQueryCache queryCache, OeOperationAdapter operationAdapter)
 {
     _queryCache = queryCache ?? new OeQueryCache {
         AllowCache = false
     };
     _operationAdapter = operationAdapter;
 }
Exemplo n.º 2
0
 public OeDataAdapter(Cache.OeQueryCache queryCache, OeOperationAdapter operationAdapter)
 {
     QueryCache       = queryCache ?? new Cache.OeQueryCache(true);
     OperationAdapter = operationAdapter;
 }