Click or drag to resize
ScalarQueryExpression Constructor (IEntityFieldCore, IPredicate)
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.3.0.0 (5.3.0)
Syntax
public ScalarQueryExpression(
	IEntityFieldCore selectField,
	IPredicate filterToUse
)

Parameters

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