Skip to main content

StoredProcedureInfo.Clone() Method

Creates a copy of the current StoredProcedureInfo.

Namespace: DevExpress.Data.XtraReports.DataProviders

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public object Clone()

Returns

Type Description
Object

An object that represents a newly created copy of the current StoredProcedureInfo.

See Also