Namespace:  NHibernate.Persister.Entity
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Overrides Function GetPropertyTableName ( _
	propertyName As String _
) As String
C#
public override string GetPropertyTableName(
	string propertyName
)
Visual C++
public:
virtual String^ GetPropertyTableName(
	String^ propertyName
) override
JavaScript
function getPropertyTableName(propertyName);

Parameters

propertyName
Type: System..::.String

Implements

IOuterJoinLoadable..::.GetPropertyTableName(String)

See Also