MapperKernelIsGroupedInDatasheet Method |
Determines whether or not the specified field is grouped inside another field when presented in a datasheet.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected bool IsGroupedInDatasheet(
IField fld
)
Protected Function IsGroupedInDatasheet (
fld As IField
) As Boolean
Parameters
- fld
- Type: NetQuarry.DataIField
The field in question.
Return Value
Type:
BooleanTrue if so grouped, else false.
See Also