Overload List
Name | Description | |
---|---|---|
NewTransaction()()()() |
Returns a new BCRepository instance that is connected
to the same vault, opened in the same mode and work area in which
the current repository was initially opened.
| |
NewTransaction(Boolean) |
Returns a new BCRepository instance that is connected
to the same vault, opened at the specified moment and work area in which
the current repository was initially opened.
| |
NewTransaction(Nullable<(Of <<'(DateTime>)>>)) |
Returns a new BCRepository instance that is connected
to the same vault, opened at the specified moment and work area in which
the current repository was initially opened.
| |
NewTransaction(Boolean, String) |
Returns a new BCRepository instance that is connected
to the same vault, opened at the specified moment and work area.
| |
NewTransaction(Nullable<(Of <<'(DateTime>)>>), String) |
Returns a new BCRepository instance that is connected
to the same vault, opened at the specified moment and work area.
|