A Strategy for converting a mapped property name to a Field name.

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

Syntax

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

See Also