Namespace: Semata.DataStore
Class: Instance
Opens the DataStore and returns a connection to it.
public: static Connection^ Open(String^ path)
Parameters
Type | Name | Description |
String^ | path | The path of the DataStore to be opened |
Returns: Connection^
Exceptions
Type | Description |
FileOpenErrorException | |
OnlyOneConnectionAllowedException | Only one connection allowed |