Click or drag to resize

MapperDatasheetLoad Method

Overload List
  NameDescription
Public methodLoad
Loads the mapper's meta-data from the RepositoryIDatabase. Use Load(MapperLoadFlags) to load the mapper with specific load options.
(Overrides MapperKernelLoad.)
Public methodLoad(MapperLoadFlags)
Loads the mapper's meta-data from the RepositoryIDatabase.
(Inherited from MapperKernel.)
Public methodLoad(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.
(Inherited from MapperKernel.)
Top
See Also