'Declaration
Public Overloads Function Add( _ ByVal columnName As String, _ ByVal dataType As Type _ ) As DataColumn
public DataColumn Add( string columnName, Type dataType )
Parameters
- columnName
- Name of the new column.
- dataType
- Type of data stored in the new column.
Return Value
A reference to the new DataColumn.