Send feedback on this topic.
Teradata.Client.Provider
WriteByte Method



Teradata.Client.Provider Namespace > TdStream Class : WriteByte Method
Byte of data to write to the stream.
TdStream does not support writing.
Syntax
'Declaration
 
Public Overrides NotOverridable Sub WriteByte( _
   ByVal value As Byte _
) 
'Usage
 
Dim instance As TdStream
Dim value As Byte
 
instance.WriteByte(value)
public override void WriteByte( 
   byte value
)
public:
void WriteByte( 
   byte value
) override 

Parameters

value
Byte of data to write to the stream.
Exceptions
ExceptionDescription
TdStream does not support writing.
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

TdStream Class
TdStream Members