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