Click or drag to resize

MapperKernelDetermineGrouping Method

Determine the grouping group and group caption for this item.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected string DetermineGrouping(
	IField fld,
	string val,
	string rawValue,
	out string caption
)

Parameters

fld
Type: NetQuarry.DataIField
The grouping field.
val
Type: SystemString
The grouping field's current display text.
rawValue
Type: SystemString
The grouping field's raw value.
caption
Type: SystemString
The caption to use for the value's grouping.

Return Value

Type: String
The grouping string for the specified value.
See Also