DataColumnCollection.Add

DataColumnCollection.Add method

Add the dataColumn in the collection.

public int Add(DataColumn dataColumn)
ParameterTypeDescription
dataColumnDataColumn

See Also