Exemplo n.º 1
0
        protected LearningStoreQuery CreateStandardQuery(QueryDefinition queryDef, bool countOnly, out int[,] columnMap)
        {
            Guid[] spWebScopeMacro = CreateWebScopeMacro();

            return(queryDef.CreateQuery(SlkStore.LearningStore, countOnly, new MacroResolver(SlkStore, spWebScopeMacro), out columnMap));
        }