Working with Tuples in .NET

This section contains an example that demonstrates how to create and modify tuples in .NET.

Name

Example_08_ExploringTuples

Description

This example presents methods for creating and manipulating tuples (data rows).

Notable Classes and Methods

ITuple

tuple.Timestamp

tuple.Values

tuple.GetValuesWithTimestamp

tuple.GetValuesAsStrings()

tuple.GetValuesAsStringsWithTimestamp

mf.NewTuple

Related Information

For more information about tuples, see Data Streams and Messages.