DataColumnCollection::Add Method
.NET Framework (current version)
Creates and adds a DataColumn object to the DataColumnCollection.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | Add() | Creates and adds a DataColumn object to the DataColumnCollection. |
![]() | Add(DataColumn^) | Creates and adds the specified DataColumn object to the DataColumnCollection. |
![]() | Add(String^) | Creates and adds a DataColumn object that has the specified name to the DataColumnCollection. |
![]() | Add(String^, Type^) | Creates and adds a DataColumn object that has the specified name and type to the DataColumnCollection. |
![]() | Add(String^, Type^, String^) | Creates and adds a DataColumn object that has the specified name, type, and expression to the DataColumnCollection. |
Show:
