NMath User's Guide

TOC | Previous | Next | Index

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

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.


Top

Top