Represents context for custom DataReaderResult data mapping to POCO models.
Namespace: NReco.DataAssembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax
The IDataReaderMapperContext type exposes the following members.
Methods
Name | Description | |
---|---|---|
MapTo(Object) |
Performs default data mapping to specified object (data annotations are used if present).
| |
MapTo(Type) |
Creates model of specified type and performs default mapping to this object.
|
Properties
Name | Description | |
---|---|---|
DataReader |
Data reader with current record's data.
| |
ObjectType |
Target POCO model type.
|
See Also