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