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.6.0.0 (5.6.19.0117)
Syntax public QueryParameters(
IEntityFieldCore[] selectList,
IFieldPersistenceInfo[] fieldsPersistenceInfo,
IPredicate filterToUse,
long rowsToTake,
ISortExpression sorterToUse,
IRelationCollection relationsToUse,
IGroupByCollection groupByToUse,
bool allowDuplicates
)
Public Sub New (
selectList As IEntityFieldCore(),
fieldsPersistenceInfo As IFieldPersistenceInfo(),
filterToUse As IPredicate,
rowsToTake As Long,
sorterToUse As ISortExpression,
relationsToUse As IRelationCollection,
groupByToUse As IGroupByCollection,
allowDuplicates As Boolean
)
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