Click or drag to resize

MapperKernelIsOptional Method (IField)

Determine if this field is optionally visible (can be shown/hidden by user). Depending on the field's FieldFilterOptions the field can be either shown or hidden by default.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static bool IsOptional(
	IField fld
)

Parameters

fld
Type: NetQuarry.DataIField
The field in question.

Return Value

Type: Boolean
True if this field is optionally shown/hidden, else false.
See Also