BCRepositoryReOpen Method |
Name | Description | |
---|---|---|
ReOpen | Obsolete.
Commits changes made during the current transaction and
reopens the repository at the Moment time and the
same as the CurrentWorkPackage work area.
All transaction objects will be disposed.
| |
ReOpen(Boolean) | Obsolete.
Reopens the repository at the Moment time and the same as
the CurrentWorkPackage work area.
All transaction objects will be disposed.
| |
ReOpen(Boolean, Boolean) |
Reopens the repository in the specified mode and work area in which
the repository was initially opened.
All transaction objects will be disposed.
| |
ReOpen(Boolean, NullableDateTime) |
Reopens the repository at the specified time and work area in which
the repository was initially opened.
All transaction objects will be disposed.
| |
ReOpen(Boolean, Boolean, String) |
Reopens the repository in the specified work area and mode.
All transaction objects will be disposed.
| |
ReOpen(Boolean, NullableDateTime, String) |
Reopens the repository at the specified moment and in the specified work area.
All transaction objects will be disposed.
|