Click or drag to resize

TypedMapper Constructor

Overload List
  NameDescription
Protected methodTypedMapper
Initializes a new instance of the object. The object is not attached to a mapper and any field access will throw an exception.
Protected methodTypedMapper(IMapper)
Initializes a new instance of the object and attaches it to the mapper
Protected methodTypedMapper(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.
Top
See Also