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

SelectStatementResult.Clone() Method

Creates a copy of the current SelectStatementResult instance.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v21.1.dll

NuGet Package: DevExpress.Data

Declaration

public SelectStatementResult Clone()

Returns

Type Description
SelectStatementResult

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

See Also