Share via


DataReaderWrapper.Read Method

Advances the IDataReader to the next record.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Data
Assembly:  Microsoft.Practices.EnterpriseLibrary.Data (in Microsoft.Practices.EnterpriseLibrary.Data.dll)

Syntax

'Declaration
Public Overridable Function Read As Boolean
public virtual bool Read()
public:
virtual bool Read()
public function Read() : boolean

Return Value

true if there are more rows; otherwise, false.

Implements

IDataReader.Read()

See Also

DataReaderWrapper Class

Microsoft.Practices.EnterpriseLibrary.Data Namespace