2
Reply

How to Identity use name and integer values insert c#

barathi raja

barathi raja

Jun 26 2016 5:34 AM
264
SQL:
eg: 
create table test(id int identity(1,1),name varchar(30))
 id integer and varchar use C# code

Answers (2)