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  >  Ado.NET

 Print  |  
Question:  What is Pull Model and Push Model in ADO.Net? What are the situations when we use one over the other?



September 09, 2007 09:33:47 #1
 bornToLose   Member Since: Visitor    Total Comments: N/A 

RE: What is Pull Model and Push Model in ADO.Net? What...
 

Pull model is used to take out the element/object from Database.
Push model is used to insert the element at top position in table to database through object.

If we want to delete the top most record pull method is used over push. Similar to stack operation
     

 

Back To Question