Click or drag to resize

TypedMapper Constructor (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.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected TypedMapper(
	IAppContext appCxt,
	string mapperKey,
	string rowFilter
)

Parameters

appCxt
Type: NetQuarryIAppContext
The application context object
mapperKey
Type: SystemString
The Key of the mapper to create.
rowFilter
Type: SystemString
The row filter to use
See Also