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: