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.Properties
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

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

Field Value

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

See Also