Common interface modeling the different HQL statements (i.e., INSERT, UPDATE, DELETE, SELECT). 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 IStatement
Visual Basic
Public Interface IStatement
Visual C++
public interface class IStatement

See Also