Commit b2139556 authored by thienvo's avatar thienvo

optimize sieve model

parent 5c5e2a62
...@@ -158,8 +158,8 @@ namespace Sieve.Services ...@@ -158,8 +158,8 @@ namespace Sieve.Services
} }
} }
} }
//public Expression GetExpressionQuery<TEntity>(TSieveModel model,)
public Expression<Func<TEntity, bool>> GetExpressionQuery<TEntity>( public Expression<Func<TEntity, bool>> GetFilterExpressionQuery<TEntity>(
TSieveModel model, TSieveModel model,
bool bCaseSensitive = false) bool bCaseSensitive = false)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment