Click or drag to resize

MapperExtensions Class

Entensions for various classes to make them easier to use with a mapper.
Inheritance Hierarchy
SystemObject
  NetQuarry.DataMapperExtensions

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static class MapperExtensions
Methods
  NameDescription
Public methodStatic memberAddColumn(SQLInserter, IMapper, String, Object, Boolean)
Add a column to the inserter corresponding to the specified field and using the specified value. If the field does not exist in the mapper then no action is taken.
Public methodStatic memberAddColumn(SQLUpdater, IMapper, String, Object, Boolean)
Add a column to the updater corresponding to the specified field and using the specified value. If the field does not exist in the mapper then no action is taken.
Top
See Also