The default database naming strategy.
| C# | Visual Basic |
public sealed class DefaultNamingStrategy : INamingStrategy
Public NotInheritable Class DefaultNamingStrategy _ Implements INamingStrategy
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| DefaultNamingStrategy()()() | ||
| GetCreatedOnColumnName(String, String, String) |
Gets the name of the column used for a record creation timestamp.
The default name is "CreatedOn".
| |
| GetIdColumnName(String, String, String) |
Gets the name of the id column.
| |
| GetLockVersionColumnName(String, String, String) |
Gets the name of the lock version column.
| |
| GetSoftDeleteColumnName(String, String, String) |
Gets the name of the column used for soft delete.
The default name is "DeletedOn".
| |
| GetTableName(String, String) |
Gets the table name.
| |
| GetUpdatedOnColumnName(String, String, String) |
Gets the name of the column used for a record update timestamp.
The default name is "UpdatedOn".
|
| Object | |
| DefaultNamingStrategy | |