When implemented by a class, converts the Property's name into a Field name

Namespace: NHibernate.Properties
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
string GetFieldName(
	string propertyName
)
Visual Basic
Function GetFieldName ( _
	propertyName As String _
) As String
Visual C++
String^ GetFieldName(
	String^ propertyName
)

Parameters

propertyName
Type: System..::..String
The name of the mapped property.

Return Value

The name of the Field.

See Also