Click here to Skip to main content
15,898,036 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello Everyone!

i am Trying to Read MVC3 Razor in C#. i am Very Confuse at one Place Please Tell me About this.if i write Query For Search Value From Data Base Like

var db=database.open("Database);
var SQL="Select * From Table Where id=1";

please Tell me What is the Value of SQL After Execution (True/False) or Any other Value . i am only Confused at this Point.
Posted
Comments
ZurdoDev 18-Feb-15 16:58pm    
SELECT * means return all columns from the table.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900