barathi raja

barathi raja

  • NA
  • 137
  • 35.1k

How to Identity use name and integer values insert c#

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

Answers (2)