MapperPopulateFromSource Method |
Called by base class when the mapper should populate its field values from the
operational query.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected override void PopulateFromSource(
MapperKernelPopulateFlags nFlags
)
Protected Overrides Sub PopulateFromSource (
nFlags As MapperKernelPopulateFlags
)
Parameters
- nFlags
- Type: NetQuarry.DataMapperKernelPopulateFlags
Flags specifying how the population should be performed.
See Also