Namespace: Semata.DataStore
Class: Instance
Creates a new the DataStore and returns a connection to it.
public static Connection Create(string path, string name)
Parameters
| Type | Name | Description |
| string | path | The path of the DataStore to be created |
| string | name | The name of the DataStore |
Returns: Connection
Exceptions
| Type | Description |
| FileCreateErrorException | |
| OnlyOneConnectionAllowedException | Only one connection allowed |