Skip to content

ServiceNow.Core

SNow.Core.Utils

QueryBuilder<T> Class

base on Expression Tree traversal

csharp
public class QueryBuilder<T> : System.Linq.Expressions.ExpressionVisitor

Type parameters

T

Inheritance System.Object 🡒 System.Linq.Expressions.ExpressionVisitor 🡒 QueryBuilder<T>

Constructors
QueryBuilder(Expression<Func<T,bool>>)
Properties
query
Methods
BuildQuery()

Released under the MIT License.