DataTableCollection::Add Method
.NET Framework (current version)
Adds a DataTable object to the collection.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | Add() | Creates a new DataTable object by using a default name and adds it to the collection. |
![]() | Add(DataTable^) | Adds the specified DataTable to the collection. |
![]() | Add(String^) | Creates a DataTable object by using the specified name and adds it to the collection. |
![]() | Add(String^, String^) | Creates a DataTable object by using the specified name and adds it to the collection. |
Show:
