Click or drag to resize

TypedMapperOpenReader Method (IAppContext, String, String, Flavors, MapperAttrs, String, MapperLoadFlags)

Creates a new mapper for reading or iteration. You must call MoveNext to move to the first record.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected virtual void OpenReader(
	IAppContext appCxt,
	string mapperKey,
	string rowFilter,
	Flavors flavors,
	MapperAttrs mapperAttributes,
	string sort,
	MapperLoadFlags flags
)

Parameters

appCxt
Type: NetQuarryIAppContext
The application context object.
mapperKey
Type: SystemString
The mapper key to create.
rowFilter
Type: SystemString
The filter to use during Requery.
flavors
Type: NetQuarry.DataFlavors
Flavors.
mapperAttributes
Type: NetQuarry.DataMapperAttrs
The mapper Attributes.
sort
Type: SystemString
The value to set as the OrderBy property.
flags
Type: NetQuarry.DataMapperLoadFlags
Flags to control the loading of the mapper.
See Also