dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbDataTable Class / Clone() Method

In This Topic
Clone() Method
In This Topic
Clones the structure of the DbDataTable, including all System.Data.DataTable schemes and constraints.
Syntax
'Declaration
 
Public Overrides Function Clone() As DataTable
 

Return Value

A new DbDataTable with the same schema as the current DbDataTable.
See Also