Namespaces

Types

Type LowerCaseUnderscoreStrategy

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 all characters of the propertyName lowercase and prefixing it with an underscore.
Parameters
return string The name of the Field in lowercase prefixed with 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