Returns true if the from node contains the table alias name.

Namespace: NHibernate.Hql.Ast.ANTLR.Tree
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public bool ContainsTableAlias(
	string alias
)
Visual Basic
Public Function ContainsTableAlias ( _
	alias As String _
) As Boolean
Visual C++
public:
bool ContainsTableAlias(
	String^ alias
)

Parameters

alias
Type: System..::..String
The SQL table alias name.

Return Value

true if the from node contains the table alias name.

See Also