Return the full property path with underscore seperators, mixed case converted to underscores

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

Syntax

Visual Basic (Declaration)
Public Function PropertyToColumnName ( _
	propertyName As String _
) As String
C#
public string PropertyToColumnName(
	string propertyName
)
Visual C++
public:
virtual String^ PropertyToColumnName(
	String^ propertyName
) sealed
JavaScript
function propertyToColumnName(propertyName);

Parameters

propertyName
Type: System..::.String

Return Value

Implements

INamingStrategy..::.PropertyToColumnName(String)

See Also