Click or drag to resize

FieldKernelAggregateQueryExpr Method

Get the field's aggregate query expression for use in an aggregate query SQL statement. The field's "AggregateType" property is used to ascertain any specific setting and if there is none, then the aggregate type is determined based on the field characteristics.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected string AggregateQueryExpr(
	out string description,
	out bool becomesNumeric,
	AggregateQueryExprFlags flags
)

Parameters

description
Type: SystemString
The naturnal language description of the aggregate operation.
becomesNumeric
Type: SystemBoolean
True if the aggregate operation converts a non-numeric value into a numeric value.
flags
Type: NetQuarry.DataAggregateQueryExprFlags
Flags affecting how the aggregate query expression is constructed or returned.

Return Value

Type: String
The column's aggregate query SQL.
See Also