Gets if the object is in the middle of reading a Result.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsMidstream As Boolean
C#
public bool IsMidstream { get; }
Visual C++
public:
property bool IsMidstream {
	bool get ();
}
JavaScript
function get_isMidstream();

Field Value

trueTruetruetrue (True in Visual Basic) if NextResult and Read have been called on the IDataReader.

See Also