Reads all of the contents into memory because another IDataReader needs to be opened.

Namespace: NHibernate.Driver
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public void ReadIntoMemory()
Visual Basic
Public Sub ReadIntoMemory
Visual C++
public:
void ReadIntoMemory()

Remarks

This will result in a no op if the reader is closed or is already in memory.

See Also