Allows random access to the values in a Table, using a preferred variable ordering, as opposed to the default sorted order specified in SortedVariables.

Namespace:  BayesServer
Assembly:  BayesServer (in BayesServer.dll)
Version: 2.2.0.0 (2.2.0.0)

Syntax

C#
public sealed class TableAccessor
Visual Basic (Declaration)
Public NotInheritable Class TableAccessor
Visual C++
public ref class TableAccessor sealed

Examples

For sample code see Network.

Inheritance Hierarchy

System..::.Object
  BayesServer..::.TableAccessor

See Also