Creates an exact clone of the IQueryOver

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

Syntax

C#
IQueryOver<TRoot, TRoot> Clone()
Visual Basic
Function Clone As IQueryOver(Of TRoot, TRoot)
Visual C++
IQueryOver<TRoot, TRoot>^ Clone()

Return Value

[Missing <returns> documentation for "M:NHibernate.IQueryOver`1.Clone"]

See Also