Get the SQL alias this persister would use for the root table given the passed driving alias.

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

Syntax

C#
string GetRootTableAlias(
	string drivingAlias
)
Visual Basic
Function GetRootTableAlias ( _
	drivingAlias As String _
) As String
Visual C++
String^ GetRootTableAlias(
	String^ drivingAlias
)

Parameters

drivingAlias
Type: System..::..String
The driving alias; or the alias for the table mapped by this persister in the hierarchy.

Return Value

The root table alias.

See Also