Connections(Project,Boolean) Method
In This Topic
Updates connections in the given project.
Syntax
Parameters
- oProject
- Project in which to update all connections.
- bUpdateConnections
- If false rebuilds all connections otherwise generates only connections on dirty pages.
Exceptions
Exception | Description |
ArgumentException | Invalid project. |
ApplicationException | The internal
interface for
generating
connections could not
be created. |
BaseException | An error occurred
during connection
generation. Please
refer to the
exception message. |
See Also