SQLiteStorageProvider Class |
Namespace: SanteDB.DisconnectedClient.SQLite
The SQLiteStorageProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| SQLiteStorageProvider | Initializes a new instance of the SQLiteStorageProvider class |
| Name | Description | |
|---|---|---|
| DbProviderType |
Get the provider type
| |
| HostType |
Client only
| |
| Invariant |
Get the invariant name
| |
| Name |
Get the name of the storage proivider
| |
| OptionGroups |
No option groups
| |
| Options |
Configuration options
| |
| Platform |
Get the operating system ID on which this is supported
|
| Name | Description | |
|---|---|---|
| Configure |
Configure
| |
| CreateConnectionString |
Create a connection string to be inserted into the connection string section
| |
| CreateDatabase |
Create a database
| |
| Deploy |
Deploy the identified feature
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetDatabases |
Get all databases
| |
| GetFeatures |
Get the features available for the connection string
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ParseConnectionString |
Parse the specified connection string to known components
| |
| TestConnectionString |
Test the specified connection string
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ProgressChanged |
Progress has changed
|
| Name | Description | |
|---|---|---|
| ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods.) | |
| GetInstanceOfTDomain |
Gets an instance of TDomain from me
(Defined by ModelExtensions.) |