We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0794a commit 1faeaf7Copy full SHA for 1faeaf7
SolrNet.Linq/Expressions/SelectMethod.cs
@@ -1,13 +1,10 @@
1
using System;
2
-using System.Collections.Generic;
3
using System.Linq;
4
using System.Linq.Expressions;
5
-using System.Reflection;
6
-using SolrNet.Commands.Parameters;
7
using SolrNet.Linq.Expressions.Context;
8
using SolrNet.Linq.Impl;
9
10
-namespace SolrNet.Linq.Expressions.NodeTypeHelpers
+namespace SolrNet.Linq.Expressions
11
{
12
public static class SelectMethod
13
0 commit comments