i just want to get the result of an sql query into a string variable.how is it possible in c# (.net) wihout using datatables. query like this Select Routine_name, Routine_Definition From Information_Schema.Routines Where Routine_Name = sp_sudh
What is the use of default keyword in C#? Is it introduced in C# 3.0 ?