NMath User's Guide

TOC |  Previous |  Next |  Index

Chapter 31. Database Integration (.NET, C#, CSharp, Visual Basic, VB.NET)

The .NET platform defines a number of types in the System.Data namespace-such as DataTable, DataRow, DataRowCollection, and DataView-that enable you to define and manipulate in-memory tables of data. NMath provides convenience methods for creating ADO.NET objects from vectors and general matrices, and for creating vectors and matrices from database objects.

TOC |  Previous |  Next |  Index