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.PropertiesAssembly: 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 (); } |