Connectivity Guide > Connectivity Guide > Understanding .NET Data Provider Connectivity > IngresDataReader Object--Retrieve Data from the Database
Was this helpful?
IngresDataReader Object--Retrieve Data from the Database
The .NET Data Provider provides the IngresDataReader object to retrieve a read-only, forward-only stream of data from an Ingres result-set created by a SELECT query or row-producing database procedure. Using the IngresDataReader increases application performance and reduces system overhead because only one row of data at a time is in memory.
Last modified date: 01/30/2023