MapperKernelFlavor Property |
Flavor is used to include or exclude certain fields based on their
IncludeFlavor and
ExcludeFlavor
bits. Fields that are excluded are not hidden; they are never loaded into the mapper's Fields collection.
A flavor of zero indicates that all fields with any IncludeFlavor bits set will not be loaded.
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 Flavor { get; set; }
Public Property Flavor As Flavors
Get
Set
Property Value
Type:
FlavorsImplements
IMapperFlavorExamples
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