QueryOperand.Clone() Method
In This Article
Creates a copy of the current QueryOperand instance.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public QueryOperand Clone()
#Returns
Type | Description |
---|---|
Query |
A Query |
See Also