MapperKernelInsert Method |
Insert a new record. Called by IMapper.Save when mapper is positioned on a new row.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected bool Insert(
MapperSaveOptions options
)
Protected Function Insert (
options As MapperSaveOptions
) As Boolean
Parameters
- options
- Type: NetQuarry.DataMapperSaveOptions
Options overriding standard Save behaviour.
Return Value
Type:
BooleanTrue if inserted, else false.
See Also