Gets or sets the DBF database associated with the map file.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
C# Copy Code |
---|
public Database Database { get; set; } |
Visual Basic Copy Code |
---|
Public Property Database As Database |
A Database instance.
This property is set by LoadFromFile if the loadDatabase parameter is set to true.