MindFusion.Wpf Pack Programmer's Guide
Database Class
Remarks See Also
 





Represents the DBF database associated with an ESRI map file.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public class Database : IListSource

Visual Basic  Copy Code

Public Class Database
    Implements IListSource

 Remarks

The DBF database associated with a map is loaded optionally, as specified via parameters of the LoadFromStream method of the Map class. If the database is loaded, it is represented by instance of this class exposed via the Database property. Additionally, each Shape in the map has its DatabaseRow property set to an object representing the corresponding data record.

 Inheritance Hierarchy

System.Object
    MindFusion.Mapping.Database

 See Also

Database Members
MindFusion.Mapping Namespace