Gets the IFieldNamingStrategy used to convert the name of the mapped Property in the hbm.xml file to the name of the field in the class.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property NamingStrategy As IFieldNamingStrategy
C#
public IFieldNamingStrategy NamingStrategy { get; }
Visual C++
public:
property IFieldNamingStrategy^ NamingStrategy {
	IFieldNamingStrategy^ get ();
}
JavaScript
function get_namingStrategy();

Field Value

The IFieldNamingStrategy or nullNothingnullptra null reference (Nothing in Visual Basic).

See Also