Skip to main content

DataSourceInfo.Clone() Method

Creates a new DataSourceInfo instance, which is a copy of the current instance.

Namespace: DevExpress.Data.XtraReports.DataProviders

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public object Clone()

Returns

Type Description
Object

A new DataSourceInfo instance, which is a copy of the current instance.

See Also