Add

DataColumnCollection.Add method

Add the dataColumn in the collection.

public int Add(DataColumn dataColumn)
Parameter Type Description
dataColumn DataColumn

See Also