Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SqlFileStream::WriteByte Method (Byte)

 

Writes a byte to the current position in the stream and advances the position within the stream by one byte.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
virtual void WriteByte(
	unsigned char value
) override

Parameters

value
Type: System::Byte

The byte to write to the stream.

Exception Condition
NotSupportedException

The object does not support writing of data.

Use the CanWrite property to determine whether the current instance supports writing.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft