Click or drag to resize

ScalarQueryExpression Constructor (IEntityFieldCore, IPredicate, IRelationCollection)

Initializes a new instance of the ScalarQueryExpression class.

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 ScalarQueryExpression(
	IEntityFieldCore selectField,
	IPredicate filterToUse,
	IRelationCollection relationsToUse
)

Parameters

selectField
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The select field.
filterToUse
Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
The filter to use.
relationsToUse
Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationCollection
The relations to use.
See Also