Skip to content
Neilpoulin edited this page Oct 29, 2012 · 1 revision

All the tables extend a generic abstract base class, and each table class basically just provide the table name, column names, and a method to map the recordset row to an object. The object type is passed into the AbstractTable base class.

Clone this wiki locally