MindFusion.Wpf Pack Programmer's Guide
Database Members
Constructors Properties Methods
 


Represents the DBF database associated with an ESRI map file.

The following tables list the members exposed by the Database type.

 Public Constructors

  Name Description

Database

Overloaded. Initializes a new instance of the Database class.

 Public Properties

  Name Description

ColumnCount

Returns the number of column in the database.

Columns

Gets a list of columns in the database.

ContainsListCollection

Implements IListSource.ContainsListCollection.

Item

Overloaded. Gets the column with a specified name or index.

RowLength

Returns the length in bytes of a database row.

Rows

Gets a list of rows in the database.

 Public Methods

  Name Description

GetList

Implements IListSource.GetList.

LoadFrom

Overloaded. Loads database data from a stream or a file.

SaveTo

Overloaded. Saves this database to a stream or a file.

 See Also

Database Class
MindFusion.Mapping Namespace