Skip to main content

SelectStatementResult.Clone() Method

Creates a copy of the current SelectStatementResult instance.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v23.2.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