TypedMapper Properties |
The TypedMapper type exposes the following members.
Name | Description | |
---|---|---|
![]() | Application |
Gets the Application context object
|
![]() | Database |
Gets the Database object attached to the contained mapper
|
![]() | HasRecords |
Returns true if there are one or more records in the current mapper filter, else false.
|
![]() | Mapper |
Gets the underlying mapper
|
![]() | MapperKeyName |
Returns the key name of the mapper associated with this class. This method should be overridden in the dervied class.
|
![]() | MOP |
Gets the MOP associated with this mapper, if any.
|
![]() | RequiresClose |
Gets whether or not the IMapper object was created by the TypedMapper (and therefore
typically requires a close) vs. an existing IMapper object having been attached to this
TypedMapper.
|
![]() | TopN |
Gets/Sets the TOP(N) value for the select. Applies to OpenReader(IAppContext, String, String, Flavors, MapperAttrs, String, MapperLoadFlags).
|