Gets or sets the URL of the DBF database file.
Namespace: MindFusion.Mapping.Wpf
Assembly: MindFusion.Mapping.Wpf
SyntaxC#
Copy Code
|
|---|
public string DatabaseLocation { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DatabaseLocation As String |
A string specifying the DBF file location.
See Also