Represents the DBF database associated with an ESRI map file.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public class Database : IListSource |
Visual Basic
Copy Code
|
|---|
Public Class Database |
RemarksThe 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.
Inheritance HierarchySystem.Object![]()
MindFusion.Mapping.Database
See Also