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 |