string sqlString =$"insert into Students(StudentName,Gender,Birthday,AttendanceNO,Stulmage,Age,Phone,StudentAddress)VALUES('{students.StudentName}','{students.Gender}','{students.Birthday}','{students.AttendanceNO}','{students.Stulmage}',{students.Age},'{students.Phone}','{students.StudentAddress}')";
轉載請註明出處,本文鏈接:https://www.uj5u.com/net/272404.html
標籤:C#
