The Row type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Clone |
Creates deep-copy of the Row
|
![]() | Copy(Row) | Obsolete.
Obsolete: Please use the CopyTo method instead
|
![]() ![]() | Copy(Row, Row) | Obsolete.
Copies data from the source Row to the destination Row
|
![]() | CopyScopeCEPStatusTo | |
![]() | CopyTo |
Copies data from the current Row to the destination Row
|
![]() | Deserialize(BinaryReader) |
Allows for strongly-typed Row types to deserialize from binary streams more
efficiently. Users should not implement their own Deserialize methods.
|
![]() | Deserialize(StreamReader, Char) |
Method used to read data from a text streams.
Most users should not need this method
|
![]() ![]() | DeserializeRow |
Deserialize a row from a binary stream.
This binary stream must be written by SerializeRow().
If no row in the reader, throw EndOfStreamException.
If data corrupt, throw InvalidDataException.
|
![]() | Dump |
This method will dump the contents of the Row to a string format.
|
![]() | IsScopeCEPCTI | |
![]() | Reset |
Resets all of the Columns to their default value
|
![]() | Serialize(BinaryWriter) |
Allows for strongly-typed Row types to serialize to binary streams more
efficiently. Users should not implement their own Serialize methods.
|
![]() | Serialize(StreamWriter) |
Serialize a row into a text stream
|
![]() | Serialize(StreamWriter, String, Boolean, Boolean) |
Serialize a row into a text file
|
![]() ![]() | SerializeRow |
Serialize a row into a binary stream.
This binary stream can only be deserialized by DeserializeRow().
|