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
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
operatorsList<Operator>The list of operators.
logicalOperatorLogicalOperatorThe logical operator.
EntityQuery(IPrimaryKey)
Initializes a new instance of the EntityQuery<T> class with the specified primary key.
public EntityQuery(IPrimaryKey key)
Parameters
keyIPrimaryKeyThe primary key.