Click or drag to resize
ScalarQueryExpression Constructor (IEntityFieldCore)
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.0.0.0 (5.0.0)
Syntax
public ScalarQueryExpression(
	IEntityFieldCore selectField
)

Parameters

selectField
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The select field.
See Also