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
)
Protected Function DetermineGrouping (
fld As IField,
val As String,
rawValue As String,
<OutAttribute> ByRef caption As String
) As String
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:
StringThe grouping string for the specified value.
See Also