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 |