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