Interface for nodes which wish to be made aware of any determined "expected type" based on the context within they appear in the query. Author: Steve Ebersole Ported by: Steve Strong

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

Syntax

C#
public interface IExpectedTypeAwareNode
Visual Basic
Public Interface IExpectedTypeAwareNode
Visual C++
public interface class IExpectedTypeAwareNode

See Also