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

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

Syntax

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

Field Value

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

See Also