Initializes a new instance of the
BCRepository class.
Connects to a local server and opens a vault for reading or writing in the context of the main area.
Connection is closed when the instance is disposed.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public BCRepository(
string vaultOrDataStoreName
) |
Visual Basic |
---|
Public Sub New ( _
vaultOrDataStoreName As String _
) |
Visual C++ |
---|
public:
BCRepository(
String^ vaultOrDataStoreName
) |
Parameters
- vaultOrDataStoreName
- Type: System..::..String
The name of the vault or data store.
If nullNothingnullptra null reference (Nothing in Visual Basic) or an empty string, then the default vault will be opened.
See Also