DryadLinqBinaryWriterWrite Method DryadLINQ documentation
Overload List

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

Reference