Hi All,
I need your help!!!
I have a string array of sqldbtypes (example dbtypes = { "NVARCHAR","INT","BIT" } ), and I need to convert it to sqldbtypes array (example stypes = { SqlDbType.Nvarchar, SqlDbType.Int, SqlDbType.Bit } ). I am working on C#.net
Can anyone help me??
Thank you in advance for your help.
Dipankar BiswasPosted Aug 31, 2014, 6:28 AM
MichaelPosted Aug 31, 2014, 12:09 PM
VulpesPosted Aug 31, 2014, 12:03 PM
The output is: