Click or drag to resize

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
)

Parameters

fld
Type: NetQuarry.DataIField
The field in question.

Return Value

Type: Boolean
True if so grouped, else false.
See Also