Im Using Local Database for the first time.
var result = connection.Students(""select ID from Students",GroupID);
Can Anyone correct this .
↧
I have a Students Table (with ID as Primary Key)How to write the Query to get ID from table.
↧