MindFusion.Mapping Programmer's Guide

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 object.

 See Also