'Declaration
Public Function New( _ ByVal columnName As String, _ ByVal dataType As Type _ )
public DataColumn( string columnName, Type dataType )
Parameters
- columnName
- Name of the new column.
- dataType
- Type of values stored in the new column.
'Declaration
Public Function New( _ ByVal columnName As String, _ ByVal dataType As Type _ )
public DataColumn( string columnName, Type dataType )