Namespaces

Types

Type IFieldNamingStrategy

Namespace NHibernate.Property

Methods

Public instance methods

string GetFieldName(string propertyName)

When implemented by a class, converts the Property's name into a Field name
Parameters
return string The name of the Field.
string propertyName The name of the mapped property.