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)
.NET Framework (current version)
Writes a byte to the current position in the stream and advances the position within the stream by one byte.
Assembly: System.Data (in System.Data.dll)
Parameters
- value
-
Type:
System::Byte
The byte to write to the stream.
| Exception | Condition |
|---|---|
| NotSupportedException | The object does not support writing of data. |
.NET Framework
Available since 2.0
Available since 2.0
Show: