IFieldExcludeFlavor Property |
ExcludeFlavor is used indicate that a field should be included from any mapper if a corresponding
Flavor is set.
Fields that are excluded are not hidden; they are never loaded into the mapper's
Fields collection.
A zero ExcludeFlavor indicates that the field should not be omitted from any mappers (unless specifically
marked for limited inclusion using
IncludeFlavor).
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.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax Flavors ExcludeFlavor { get; set; }
Property ExcludeFlavor As Flavors
Get
Set
Property Value
Type:
FlavorsExamples
Set a field's ExcludeFlavor to include the
ListView bit to cause a field to
be included on detail and other forms, but excluded from list mappers.
See Also