TypedMapperOpen Method (IAppContext, String, String, Flavors, MapperAttrs) |
Creates a new mapper and moves 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 Open(
IAppContext appCxt,
string mapperKey,
string rowFilter,
Flavors flavors,
MapperAttrs mapperAttributes
)
Protected Overridable Sub Open (
appCxt As IAppContext,
mapperKey As String,
rowFilter As String,
flavors As Flavors,
mapperAttributes As MapperAttrs
)
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
Attributes
See Also