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