What is Pull and Push Model in ado.net

Answer:- Pull model is used to pick out the element or we can also say objects from Database tabel.

Push model is used to insert the element only at the top position in table to database with the help of object. But when we have to delete the top most record pull method is used over push. Similar to stack operation