EntityQuery<(Of <(<'TEntity, TOrderKey>)>)> Constructor
Constructor for derived classes to invoke.
Namespace:
Suoranta.EnterpriseLib.LinqAssembly: Suoranta.EnterpriseLib (in Suoranta.EnterpriseLib.dll)
Syntax
public EntityQuery( ResultSetOrder defaultResultOrder, bool parameterizeConstants )
Parameters
- defaultResultOrder
- Type: Suoranta.EnterpriseLib.Linq..::..ResultSetOrder
Ordering method applied after optional custom ordering. Highly recommended to ensure unique deterministic ordering of results.
- parameterizeConstants
- Type: Boolean
Force parametrization of constants in corresponding SQL query. This may improve performance if entities are queried against properties frequently.

