TypedMapperOpenNew Method (IAppContext, String, Flavors, MapperAttrs) |
Creates a new mapper and moves to a new record.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected virtual void OpenNew(
IAppContext appCxt,
string mapperKey,
Flavors flavors,
MapperAttrs mapperAttributes
)
Protected Overridable Sub OpenNew (
appCxt As IAppContext,
mapperKey As String,
flavors As Flavors,
mapperAttributes As MapperAttrs
)
Parameters
- appCxt
- Type: NetQuarryIAppContext
The application context object - mapperKey
- Type: SystemString
The mapper key to create - flavors
- Type: NetQuarry.DataFlavors
Flavors - mapperAttributes
- Type: NetQuarry.DataMapperAttrs
Attributes
See Also