| Icon | Member | Description |
|---|---|---|
| GetClassName(String) |
Gets a value to be used as the name of a class. The default implementation passes the results
of GetTableName(expression) to Inflector.Pascalize(string).
| |
| GetClassName(TableSchema) |
Gets a value to be used as the name of a class. Override GetClassName(string) to customize the behavior.
|