DataTableCollection::Add Method ()

 

Creates a new DataTable object by using a default name and adds it to the collection.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

public:
DataTable^ Add()

Return Value

Type: System.Data::DataTable^

The newly created DataTable.

Because no name is specified, the DataTable is created by using a default name, relative to its order of addition. The default name is "Table1."

The CollectionChanged event occurs when a table is successfully added to the collection.

The following example adds three new DataTable objects to the DataTableCollection using the Add method without arguments.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: