Click or drag to resize

MapperKernelLoad Method (DataTable, MapperLoadFlags)

Sets up the mapper's meta-data per the table's schema. If so specified the mapper will use the table's data.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void Load(
	DataTable table,
	MapperLoadFlags flags
)

Parameters

table
Type: System.DataDataTable
The table after which to pattern the mapper and possibly the data as well.
flags
Type: NetQuarry.DataMapperLoadFlags
Flags controlling the load.

Implements

IMapperLoad(DataTable, MapperLoadFlags)
See Also