MapperKernelGrouperField Method |
Get the grouper field associated with the specified field. Note that this
is overridden in MapperDatasheet because grouping there is more limited.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected virtual IField GrouperField(
IField fld,
MapperExecFlags flags
)
Protected Overridable Function GrouperField (
fld As IField,
flags As MapperExecFlags
) As IField
Parameters
- fld
- Type: NetQuarry.DataIField
The field in question. - flags
- Type: NetQuarry.DataMapperExecFlags
Flags specifying how grouping is to be determined.
Return Value
Type:
IFieldThe grouper field, if applicable, else null.
See Also