'Declaration Public Overrides NotOverridable Sub Close()
'Usage Dim instance As TdStream instance.Close()
public override void Close()
public: void Close(); override
'Declaration Public Overrides NotOverridable Sub Close()
'Usage Dim instance As TdStream instance.Close()
public override void Close()
public: void Close(); override
Exception | Description |
---|---|
TdException | The Advanced SQL Engine returned an error, or the .NET Data Provider for Teradata detected an error. |
Frees all managed and unmanaged resource used by the TdStream object.
TdStream implements IDisposable interface. It is highly recommended that Dispose or Close be called before an instance of this class is released for garbage collection. Since garbage collection is not deterministic, valuable SQL Engine resources might not be released immediately. The TdStream is disposed when a TdBlob object is disposed.
Product | Versions | Platforms |
---|---|---|
.NET | 2.1, 3.1, 6 | Windows, Linux, MacOS |
.NET Framework | 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |