Overload | Description |
---|---|
Add() | Creates a new DataColumn and appends it to the list. |
Add(String,Type) | Creates a new DataColumn and appends it to the list. |
Add(String,Type,String) | Creates a new DataColumn and appends it to the list. |
Add(String) | Creates a new DataColumn and appends it to the list. (Inherited from C1.Silverlight.Data.NamedObjectCollection<DataColumn>) |
Add(DataColumn) | Creates a new DataColumn and appends it to the list. (Inherited from System.Collections.ObjectModel.Collection<DataColumn>) |