A set of rules for determining the physical column and table names given the information in the mapping document. May be used to implement project-scoped naming standards for database objects.

Namespace:  NHibernate.Cfg
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Interface INamingStrategy
C#
public interface INamingStrategy
Visual C++
public interface class INamingStrategy
JavaScript
NHibernate.Cfg.INamingStrategy = function();
NHibernate.Cfg.INamingStrategy.createInterface('NHibernate.Cfg.INamingStrategy');

See Also