Click or drag to resize

BCRepository.NewTransaction Method

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<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<DateTime>, String)
Returns a new BCRepository instance that is connected to the same vault, opened at the specified moment and work area.
Top
See Also