| Icon | Member | Description |
|---|---|---|
| GetFieldName(String) |
Gets a field name derived from the expression. The default implementation will return
underscore plus the camelized version of expression.
| |
| GetFieldName(ColumnSchema) |
Gets a field name derived from the column name. Override GetFieldName(string) to customize.
| |
| GetFieldName(ForeignKeyColumnSchema) |
Gets a field name derived from the foreign key column name. This implemenations removes
the _id from the name of a foreign key column and returns underscore and the camelized version
of the foreignkey name.
|