Click or drag to resize

MapperExtensions Methods

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