Overload List
Name | Description | |
---|---|---|
Write(Boolean) |
Writes a boolean value to the current writer.
| |
Write(Byte) |
Writes an unsigned byte to the current writer.
| |
Write(Char) |
Writes a character to the current writer.
| |
Write(SqlDateTime) |
Writes a value of SqlDateTime to the current writer.
| |
Write(DateTime) |
Writes a value of DateTime to the current writer.
| |
Write(Decimal) |
Writes a decimal number to the current writer.
| |
Write(Double) |
Writes a 64-bit floating point number to the current writer.
| |
Write(Guid) |
Writes a value of Guid to the current writer.
| |
Write(Int16) |
Writes a signed 16-bit integer to the current writer.
| |
Write(Int32) |
Writes a signed 32-bit integer to the current writer.
| |
Write(Int64) |
Writes a signed 64-bit integer to the current writer.
| |
Write(SByte) |
Writes a signed byte to the current writer.
| |
Write(Single) |
Writes a 32-bit floating point number to the current writer.
| |
Write(String) |
Writes a string to the current writer.
| |
Write(UInt16) |
Writes an unsigned 16-bit integer to the current writer.
| |
Write(UInt32) |
writes an unsigned 32-bit integer to the current writer.
| |
Write(UInt64) |
Writes a unsigned 64-bit integer to the current writer.
|
See Also