Creates a new DetachedNamedQuery that is a deep copy of the current instance.

Namespace: NHibernate.Impl
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public DetachedNamedQuery Clone()
Visual Basic
Public Function Clone As DetachedNamedQuery
Visual C++
public:
DetachedNamedQuery^ Clone()

Return Value

The clone.

See Also