Retreive this insert statement's into-clause.

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

Syntax

C#
public IntoClause IntoClause { get; }
Visual Basic
Public ReadOnly Property IntoClause As IntoClause
	Get
Visual C++
public:
property IntoClause^ IntoClause {
	IntoClause^ get ();
}

Return Value

The into-clause

See Also