| Name | Description |
---|
| OpenReaderT(IAppContext, String) |
Creates a new mapper for reading or iteration. You must call MoveNext to move to the first record.
|
| OpenReaderT(IAppContext, String, Flavors) |
Creates a new mapper for reading or iteration. You must call MoveNext to move to the first record.
You must explicitly call Close or Dispose on the object after this call.
|
| OpenReaderT(IAppContext, String, Flavors, MapperAttrs) |
Creates a new mapper for reading or iteration. You must call MoveNext to move to the first record.
You must explicitly call Close or Dispose on the object after this call.
|
| OpenReaderT(IAppContext, String, Flavors, MapperAttrs, String) |
Creates a new mapper for reading or iteration. You must call MoveNext to move to the first record.
You must explicitly call Close or Dispose on the object after this call.
|
| OpenReaderT(IAppContext, String, Flavors, MapperAttrs, String, MapperLoadFlags) |
Creates a new mapper for reading or iteration. You must call MoveNext to move to the first record.
You must explicitly call Close or Dispose on the object after this call.
|
| OpenReaderT(IAppContext, String, Flavors, MapperAttrs, String, MapperLoadFlags, Int32) |
Creates a new mapper for reading or iteration. You must call MoveNext to move to the first record.
You must explicitly call Close or Dispose on the object after this call.
|
| OpenReader(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.
|