The table to join to.

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

Syntax

Visual Basic (Declaration)
ReadOnly Property TableName As String
C#
string TableName { get; }
Visual C++
property String^ TableName {
	String^ get ();
}
JavaScript
function get_tableName();

See Also