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