Esempio n. 1
0
            public void Run()
            {
                QQuery query = this._enclosing.UnmarshallQuery();

                result.value = this._enclosing.WriteQueryResult(this._enclosing.ExecuteFully(query
                                                                                             ), query.EvaluationMode(), new ObjectExchangeConfiguration(query.PrefetchDepth()
                                                                                                                                                        , query.PrefetchCount()));
            }