Represents the DBF database associated with an ESRI map file.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
C# Copy Code |
---|
public class Database : IListSource |
Visual Basic Copy Code |
---|
Public Class Database |
The DBF database associated with a map is loaded optionally, as specified via parameters of the LoadFromFile 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.
System.Object
MindFusion.Mapping.Database