Gets an IDataMapper for the defined object. IDataMapper extends IObjectMapper by providing SQL / database specific options.
Example:
IDataMapper<Product> mapper = Elementary.GetIDataMapper<Product>();