IMapperLoad 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
)
Sub Load (
table As DataTable,
flags As MapperLoadFlags
)
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.
See Also