Mindscape LightSpeed - User Reference & API Documentation
DefaultNamingStrategy Class
API ReferenceMindscape.LightSpeedDefaultNamingStrategy
The default database naming strategy.
Declaration Syntax
C#Visual Basic
public sealed class DefaultNamingStrategy : INamingStrategy
Public NotInheritable Class DefaultNamingStrategy _
	Implements INamingStrategy
Members
All MembersConstructorsMethods



IconMemberDescription
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".

Inheritance Hierarchy
Object
DefaultNamingStrategy

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)