Send feedback on this topic.
Teradata.Client.Provider
IsClosed Property (TdDataReader)



Teradata.Client.Provider Namespace > TdDataReader Class : IsClosed Property
Gets a value indicating whether the data reader is closed.
Syntax
'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.
Requirements
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdDataReader Class
TdDataReader Members