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

Namespace:  NHibernate.Property
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Function GetFieldName ( _
	propertyName As String _
) As String
C#
string GetFieldName(
	string propertyName
)
Visual C++
String^ GetFieldName(
	String^ propertyName
)
JavaScript
function getFieldName(propertyName);

Parameters

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

Return Value

The name of the Field.

See Also