datacolumn



im Trying to set a Datacolumn type for a new table

boolean is not working, What is the correct waty

//column.DataType = System.Type.GetType"System.Data.SqlTypes.SqlBoolean");

column.DataType = System.Type.GetType"System.Boolean"); //"System.Boolean");

tia

Dave




.



Relevant Pages