Skip to main content
A newer version of this page is available. .

FunctionOperator.Clone() Method

Creates a copy of the current FunctionOperator instance.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v22.2.dll

NuGet Package: DevExpress.Data

Declaration

public FunctionOperator Clone()

Returns

Type Description
FunctionOperator

A FunctionOperator object which represents an exact copy of the current object.

See Also