MapperExtensionsAddColumn Method |
Name | Description | |
---|---|---|
AddColumn(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.
| |
AddColumn(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.
|