Gets if the object is in the middle of reading a Result.
Namespace:
NHibernate.DriverAssembly: 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(); |