Type definition for Statements which are restrictable via a where-clause (and thus also having a from-clause). 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 IRestrictableStatement : IStatement
Visual Basic
Public Interface IRestrictableStatement _
	Inherits IStatement
Visual C++
public interface class IRestrictableStatement : IStatement

See Also