Back to Devexpress

XPQuery<T>.Clone() Method

xpo-devexpress-dot-xpo-dot-xpquery-1-97ced76f.md

latest924 B
Original Source

XPQuery<T>.Clone() Method

Clones the current query.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public XPQuery<T> Clone()
vb
Public Function Clone As XPQuery(Of T)

Returns

TypeDescription
XPQuery<T>

An XPQuery<T> object which represents a clone of the current query.

|

See Also

XPQuery<T> Class

XPQuery<T> Members

DevExpress.Xpo Namespace