DataColumnCollection.Add Method
.NET Framework 4.5
Creates and adds a DataColumn object to the DataColumnCollection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |