BuilderResult<T> class

Represents result of LinqQueryBuilder work

public class Korzh.EasyQuery.Linq.LinqQueryBuilder/BuilderResult<T>

Package: Korzh.EasyQuery.Linq (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.Linq.dll

Constructors

Name Type Description
BuilderResult(Expression<Func<T, bool>> whereExpression) void Initializes a new instance of the Korzh.EasyQuery.Linq.LinqQueryBuilder.BuilderResult`1 class.

Properties

Name Type Description
WhereExpression Expression<Func<T, bool>> Gets the where expression.