Represents the DBF database associated with an ESRI map file. Namespace: MindFusion.Mapping Syntax
RemarksThe 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 HierarchySystem.Object See Also |