Click or drag to resize

IMapper.Load 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.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
void Load(
	DataTable table,
	MapperLoadFlags flags
)

Parameters

table
Type: System.Data.DataTable
The table after which to pattern the mapper and possibly the data as well.
flags
Type: NetQuarry.Data.MapperLoadFlags
Flags controlling the load.
See Also