1. IDataMapper<T> GetIDataMapper<T>()

Gets an IDataMapper for the defined object. IDataMapper extends IObjectMapper by providing SQL / database specific options.

Example:

IDataMapper<Product> mapper = Elementary.GetIDataMapper<Product>();