Click or drag to resize

TypedMapper Properties

The TypedMapper type exposes the following members.

Properties
  NameDescription
Public propertyApplication
Gets the Application context object
Public propertyDatabase
Gets the Database object attached to the contained mapper
Public propertyHasRecords
Returns true if there are one or more records in the current mapper filter, else false.
Public propertyMapper
Gets the underlying mapper
Protected propertyMapperKeyName
Returns the key name of the mapper associated with this class. This method should be overridden in the dervied class.
Public propertyMOP
Gets the MOP associated with this mapper, if any.
Public propertyRequiresClose
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.
Public propertyTopN
Top
See Also