Table of Contents

Constructor EntityQuery

Namespace
Innova.Data.StructuredSearch
Assembly
Innova.Data.dll

EntityQuery(List<Operator>)

Initializes a new instance of the EntityQuery<T> class with the specified operators.

public EntityQuery(List<Operator> operators)

Parameters

operators List<Operator>

The list of operators.

EntityQuery(List<Operator>, LogicalOperator)

Initializes a new instance of the EntityQuery<T> class with the specified operators and logical operator.

public EntityQuery(List<Operator> operators, LogicalOperator logicalOperator)

Parameters

operators List<Operator>

The list of operators.

logicalOperator LogicalOperator

The logical operator.

EntityQuery(IPrimaryKey)

Initializes a new instance of the EntityQuery<T> class with the specified primary key.

public EntityQuery(IPrimaryKey key)

Parameters

key IPrimaryKey

The primary key.