Skip to main content

JoinOperand.Clone() Method

Creates a copy of the current JoinOperand instance.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public JoinOperand Clone()

Returns

Type Description
JoinOperand

An JoinOperand object which joins persistent objects on a specified condition, and calculates aggregate functions against matching objects.

See Also