Creates a new DetachedQuery that is a deep copy of the current instance.
Namespace: NHibernate.ImplAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public DetachedQuery Clone() |
| Visual Basic |
|---|
Public Function Clone As DetachedQuery |
| Visual C++ |
|---|
public: DetachedQuery^ Clone() |