PrimaveraDbSettings

PrimaveraDbSettings class

Allows to set necessary options to read project data from Primavera database.

The PrimaveraDbSettings type exposes the following members:

Constructors

NameDescription
PrimaveraDbSettings(connection_string, project_id)Initializes a new instance of the PrimaveraDbSettings 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