Description of Data Operations Returning Single Row Entities :
Data Operations Returning Single Row Entities is a tutorial which helps you to retrieve single row from the database. The author explains you various methods such as using ExecuteScalar method of the Command object, Output Parameters of the stored procedure, ADO .NET DataReader Object, ADO .NET SQLCommand Object and XmlReader and ADO.NET DataSet Object for getting single row data.