Overload List

  NameDescription
Public methodNewTransaction()()()()
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.
Public methodNewTransaction(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.
Public methodNewTransaction(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.
Public methodNewTransaction(Boolean, String)
Returns a new BCRepository instance that is connected to the same vault, opened at the specified moment and work area.
Public methodNewTransaction(Nullable<(Of <<'(DateTime>)>>), String)
Returns a new BCRepository instance that is connected to the same vault, opened at the specified moment and work area.

See Also