TypedMapper Constructor |
Name | Description | |
---|---|---|
TypedMapper |
Initializes a new instance of the object. The object is not attached to a mapper and any field
access will throw an exception.
| |
TypedMapper(IMapper) |
Initializes a new instance of the object and attaches it to the mapper
| |
TypedMapper(IAppContext, String, String) |
Initializes a new instance of the object and attaches it to the supplied mapper. The mapper is positioned to the first row
if there are rows. Use HasRecords to determine if there are valid rows in the mapper.
|