GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  DotNet

 Print  |  
Question:  Execute scalar

Answer: What is the purpose of Execute scalar method of Command object ?


June 06, 2008 17:37:20 #1
 sadhananayak   Member Since: June 2008    Total Comments: 1 

RE: Execute scalar
 
ExecuteScalar method is used to retrieve a single value (EX: aggregate value such as Count etc) from a database
     

 

Back To Question