NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

What is a DataTable?

A DataTable represents one table of in-memory data. It contains a collection of columns (the ColumnsCollection) that represents the table's schema. A DataTable also contains a collection of rows (the RowsCollection), representing the data held by the table. It remembers original state along with current state, tracking what kinds of changes have occurred.

To use the DataTable you must include System.Data.