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

TableInfo.Clone() Method

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

Namespace: DevExpress.Data.XtraReports.DataProviders

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public object Clone()

Returns

Type Description
Object

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

See Also