Reads all of the contents into memory because another IDataReader
needs to be opened.
Namespace:
NHibernate.DriverAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub ReadIntoMemory |
C# |
---|
public void ReadIntoMemory() |
Visual C++ |
---|
public: void ReadIntoMemory() |
JavaScript |
---|
function readIntoMemory(); |
Remarks
This will result in a no op if the reader is closed or is already in memory.