Return the unqualified property name

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

Syntax

Visual Basic (Declaration)
Public Function PropertyToTableName ( _
	className As String, _
	propertyName As String _
) As String
C#
public string PropertyToTableName(
	string className,
	string propertyName
)
Visual C++
public:
virtual String^ PropertyToTableName(
	String^ className, 
	String^ propertyName
) sealed
JavaScript
function propertyToTableName(className, propertyName);

Parameters

className
Type: System..::.String
propertyName
Type: System..::.String

Return Value

Implements

INamingStrategy..::.PropertyToTableName(String, String)

See Also