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