Appearance
ServiceNow.Core
SNow.Core.Utils.QueryBuilder<T>
QueryBuilder<T>.QueryBuilder(Expression<Func<T,bool>>) Constructor
csharp
public QueryBuilder(System.Linq.Expressions.Expression<System.Func<T,bool>> exp);
Parameters
exp
System.Linq.Expressions.Expression<System.Func<T,System.Boolean>>