Click or drag to resize

TableReferenceClone Method

Make a copy of the TableReference, including a copy of the contained DataTable.

Namespace:  Demo3D.Common
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntax
C#
public Object Clone()

Return Value

Type: Object
Copy of the TableReference.

Implements

ICloneableClone
See Also