Click or drag to resize

MapperKernelPopulateFromSource Method

Populate the mapper's field values from the mapper's data source.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected abstract void PopulateFromSource(
	MapperKernelPopulateFlags flags
)

Parameters

flags
Type: NetQuarry.DataMapperKernelPopulateFlags
Flags controlling how the fields are populated.
See Also