MpdSettings

MpdSettings class

Allows to set necessary options to read project data from MPD format (MS Access database file format).

The MpdSettings type exposes the following members:

Constructors

NameDescription
MpdSettings(connection_string, project_id)Initializes a new instance of the MpdSettings class

Properties

NameDescription
connection_stringGets or sets the connection string.
provider_invariant_nameGets or sets provider invariant name which is used to get an instance of the
project_idGets id of the project to read.

See Also