Copy all properties to a given IDetachedQuery.

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

Syntax

C#
public void CopyTo(
	IDetachedQuery destination
)
Visual Basic
Public Sub CopyTo ( _
	destination As IDetachedQuery _
)
Visual C++
public:
virtual void CopyTo(
	IDetachedQuery^ destination
) sealed

Parameters

destination
Type: NHibernate..::..IDetachedQuery
The given IDetachedQuery.

Implements

IDetachedQueryImplementor..::..CopyTo(IDetachedQuery)

Remarks

The method use IDetachedQuery to set properties of destination.

See Also