Namespace: Semata.DataStore
Represents an open DataStore
public ref class Connection sealed
Methods
Name | Description |
AddItemType(String^, String^, String^) |
Creates an ItemType. |
Close() |
Closes the Connection. |
CommitTransaction() |
Commits a Transaction. |
DiscardTransaction() |
Discards a Transaction. |
ExecuteCommands(String^) |
Executes a command script against the current connection |
Export(String^) |
Exports the current connection |
GetAssociationDefs() |
Gets all the AssociationDefs in the DataStore |
GetItemType(String^) |
Gets an ItemType by its name |
GetItemTypeExists(String^) |
returns a boolean denoting whether or not an ItemType with this name exists |
GetItemTypes() |
Gets all the ItemTypes in the DataStore |
GetName() |
Gets the name of the DataStore |
GetPath() |
Path to the DataStore |
SetName(String^) |
Sets the name of the DataStore |
StartTransaction() |
Starts a Transaction. |