Gets a value indicating whether the data reader is closed.
'Declaration
Public Overrides NotOverridable ReadOnly Property IsClosed As Boolean
'Usage
Dim instance As TdDataReader
Dim value As Boolean
value = instance.IsClosed
public override bool IsClosed {get;}
public:
property bool IsClosed {
bool get() override;
}
Property Value
True
if the instance of TdDataReader is closed, otherwise it is
false
.
Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2