Search
Map.Database Property
See Also
 





Gets or sets the DBF database associated with the map file.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public Database Database { get; set; }

Visual Basic  Copy Code

Public Property Database As Database

 Property Value

A Database instance.

 Remarks

This property is set by LoadFromFile if the loadDatabase parameter is set to true.

 See Also