TypedMapperOpen Method |
Name | Description | |
---|---|---|
OpenT(IAppContext, String) |
Creates a new mapper and moves to the first record.
This method is intended for opening a single record. You should generally use an OpenReaderT(IAppContext, String, Flavors, MapperAttrs, String, MapperLoadFlags, Int32) method for iterating through a variable number of records.
You must explicitly call Close or Dispose on the object after this call.
| |
OpenT(IAppContext, String, Flavors) |
Creates a new mapper and moves to the first record.
This method is intended for opening a single record. You should generally use an OpenReaderT(IAppContext, String, Flavors, MapperAttrs, String, MapperLoadFlags, Int32) method for iterating through a variable number of records.
You must explicitly call Close or Dispose on the object after this call.
| |
OpenT(IAppContext, String, Flavors, MapperAttrs) |
Creates a new mapper and moves to the first record.
This method is intended for opening a single record. You should generally use an OpenReaderT(IAppContext, String, Flavors, MapperAttrs, String, MapperLoadFlags, Int32) method for iterating through a variable number of records.
You must explicitly call Close or Dispose on the object after this call.
| |
Open(IAppContext, String, String, Flavors, MapperAttrs) |
Creates a new mapper and moves to the first record.
|