Converting between SQL char and C#

前端 未结 3 1775
青春惊慌失措
青春惊慌失措 2021-01-12 18:47

If I want to insert into a database column of type char(2) from C#. What data type would I use in C#?

If using the following code:

private static Sq         


        
3条回答
提交回复
热议问题