Overview of mapinfo.data namespace – Pitney Bowes MapXtreme User Manual

Page 153

Advertising
background image

Chapter 8: Working with Data

Overview of MapInfo.Data Namespace

MapXtreme v7.1

160

Developer Guide

Overview of MapInfo.Data Namespace

The MapInfo.Data namespace contains the classes and interfaces that provide multiple ways of
accessing data from a MapXtreme application. Within this namespace is the MapInfo ADO.NET data
provider with a MapInfo SQL language for standard querying of databases and tables. The Feature
object model is another way to access data that uses objects instead of SQL. The Catalog is the
starting point for data access, containing methods for managing tables (open, close, create) and
searching for data in a variety of ways.

This chapter is organized to follow the MapXtreme Data Access Model diagram above, and includes
these topics:

Catalog and Tables

Supported Table Types

Table Metadata (TableInfo)

MapInfo ADO.NET Data Provider

Features and Feature Collections

Data access is central to any MapXtreme application, and covers a wide variety of topics. Within the
topics listed above are other important topics of information that should not be overlooked.

Advertising