-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Currently, only the Database, DatabaseObject and DatabaseObjects and subclasses are documented. Most classes in the DatabaseObjects.SQL namespace are not documented because they are generally not utilised directly - only indirectly from the Database, DatabaseObject and DatabaseObjects and subclasses.
Below are some specific areas that should be covered. Documentation is required regarding:
- use of FieldMappingAttribute when used in conjunction with table aliases (i.e. <FieldMapping("T1.Field")>)
- change to the DatabaseObjectsList* classes - the indexer / default property is no longer supported and therefore no longer included in the base classes.