Hi all
I am getting some problem for changing the type of the data column.
Just check the code it is not working for me.


C# Code:
  1. DataColumn dataColumn=new DataColumn();
  2. dataColumn.DataType = GetType[String];