The INamingStrategy type exposes the following members.
 Methods
Methods
| Name | Description | |
|---|---|---|
|  | ClassToTableName | 
            Return a table name for an entity class
             | 
|  | ColumnName | 
            Alter the column name given in the mapping document
             | 
|  | LogicalColumnName |  
            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 
             | 
|  | PropertyToColumnName | 
            Return a column name for a property path expression 
             | 
|  | PropertyToTableName | 
            Return a table name for a collection
             | 
|  | TableName | 
            Alter the table name given in the mapping document
             | 





