The INamingStrategy type exposes the following members.

Methods

  NameDescription
Public methodClassToTableName
Return a table name for an entity class
Public methodColumnName
Alter the column name given in the mapping document
Public methodLogicalColumnName
Return the logical column name used to refer to a column in the metadata (like index, unique constraints etc) A full bijection is required between logicalNames and physical ones logicalName have to be case insersitively unique for a given table
Public methodPropertyToColumnName
Return a column name for a property path expression
Public methodPropertyToTableName
Return a table name for a collection
Public methodTableName
Alter the table name given in the mapping document

See Also