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

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdStream Class
TdStream Members