common builder interface makes sense probably for future.

This commit is contained in:
David Lebée
2018-03-14 19:36:26 -05:00
parent 9ab186b811
commit 7b93b03050
5 changed files with 18 additions and 4 deletions
@@ -8,7 +8,7 @@ using System.Threading.Tasks;
namespace PoweredSoft.DynamicLinq.Fluent
{
public partial class WhereBuilder
public partial class WhereBuilder : IQueryBuilder
{
public IQueryable Query { get; set; }
public Type QueryableType { get; set; }