Click or drag to resize
DataAccessAdapterCoreGetScalar Method (IEntityField2, IExpression, AggregateFunction)
Gets a scalar value, calculated with the aggregate and expression specified. the field specified is the field the expression and aggregate are applied on.

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 Object GetScalar(
	IEntityField2 field,
	IExpression expressionToExecute,
	AggregateFunction aggregateToApply
)

Parameters

field
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityField2
Field to which to apply the aggregate function and expression
expressionToExecute
Type: SD.LLBLGen.Pro.ORMSupportClassesIExpression
The expression to execute. Can be null
aggregateToApply
Type: SD.LLBLGen.Pro.ORMSupportClassesAggregateFunction
Aggregate function to apply.

Return Value

Type: Object
the scalar value requested

Implements

IDataAccessAdapterGetScalar(IEntityField2, IExpression, AggregateFunction)
See Also