Click or drag to resize

FieldKernelIncludeFlavor Property

IncludeFlavor is used indicate that a field should only be included in a mapper if a corresponding Flavor is set. Fields that are note included are not hidden; they are never loaded into the mapper's Fields collection. A zero IncludeFlavor indicates that the field should be loaded into all mappers (unless specifically for exclusions using ExcludeFlavor). If a field is marked as both included and excluded for a particular Flavor then the exclude bit is favored.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Flavors IncludeFlavor { get; set; }

Property Value

Type: Flavors

Implements

IFieldIncludeFlavor
Examples
Set a field's IncludeFlavor to include the ListView bit to cause a field to be included only on list mappers and not on detail and other forms.
See Also