Click or drag to resize

BCRepository.NewTransaction Method (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.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Server
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.96.0)
Syntax
public BCRepository NewTransaction(
	DateTime? moment
)

Parameters

moment
Type: System.Nullable<DateTime>
Specifies the date at which to open the vault in History mode. If null, then the vault will be opened in the present time.

Return Value

Type: BCRepository
The new BCRepository instance.
See Also