Namespaces

Types

Type PascalCaseMUnderscoreStrategy

Namespace NHibernate.Property

Interfaces IFieldNamingStrategy

Methods

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

string GetFieldName(string propertyName)

Converts the Property's name into a Field name by making the first character of the propertyName uppercase and prefixing it with the letter 'm' and an underscore.
Parameters
return string The name of the Field in PascalCase format prefixed with an 'm' and an underscore.
string propertyName The name of the mapped property.

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

string ToString()

Parameters
return string