Skip Navigation Links.

TableInfo Class

Object returned from getTableInfo. Properties include number of table fields and number of table records.

Namespace:  HDF5DotNet
Assembly:  HDF5DotNet (in HDF5DotNet.dll)

Syntax

Visual Basic
Public Class TableInfo
C#
public class TableInfo
Visual C++
public ref class TableInfo
JavaScript
HDF5DotNet.TableInfo = function();

Type.createClass(
	'HDF5DotNet.TableInfo');

Inheritance Hierarchy

Object
  HDF5DotNet..::..TableInfo

See Also