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