OperandValue.Clone() Method
In This Article
Creates a copy of the current OperandValue instance.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public OperandValue Clone()
#Returns
Type | Description |
---|---|
Operand |
An Operand |
See Also