Click or drag to resize

QueryParameters Constructor (IEntityFieldCore, IFieldPersistenceInfo, IPredicate, Int64, ISortExpression, IRelationCollection, IGroupByCollection, Boolean)

CTor which accepts literal elements. Used to pass elements directly to the query engine.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public QueryParameters(
	IEntityFieldCore[] selectList,
	IFieldPersistenceInfo[] fieldsPersistenceInfo,
	IPredicate filterToUse,
	long rowsToTake,
	ISortExpression sorterToUse,
	IRelationCollection relationsToUse,
	IGroupByCollection groupByToUse,
	bool allowDuplicates
)

Parameters

selectList
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
fieldsPersistenceInfo
Type: SD.LLBLGen.Pro.ORMSupportClassesIFieldPersistenceInfo
filterToUse
Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
rowsToTake
Type: SystemInt64
sorterToUse
Type: SD.LLBLGen.Pro.ORMSupportClassesISortExpression
relationsToUse
Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationCollection
groupByToUse
Type: SD.LLBLGen.Pro.ORMSupportClassesIGroupByCollection
allowDuplicates
Type: SystemBoolean
See Also