| Icon | Member | Description |
|---|---|---|
| GetPropertyName(String) |
Gets a property name derived from the expression. The default implementation passes expression to
Inflector.Pascalize. If the remaining value is 2 characters in length, the result will be both characters capitalized.
| |
| GetPropertyName(ColumnSchema) |
Gets a property name derived from a column. Override GetPropertyName(string) to customize.
| |
| GetPropertyName(ForeignKeyColumnSchema) |
Gets a foreign key property name. The default implementation removes _id from the end of the
foreignkey name and returns the result of passing that value to GetPropertyName.
|