AdoNetConfigurationProvider Class |
Namespace: SanteDB.OrmLite.Providers
The AdoNetConfigurationProvider type exposes the following members.
Name | Description | |
---|---|---|
AdoNetConfigurationProvider | Initializes a new instance of the AdoNetConfigurationProvider class |
Name | Description | |
---|---|---|
DbProviderType |
Get the provider type
| |
HostType |
Gets the host type
| |
Invariant |
Get the invariant
| |
Name |
Gets the name
| |
OptionGroups |
Get the option groups
| |
Options |
Gets the options
| |
Platform |
Gets the platform
|
Name | Description | |
---|---|---|
Configure |
Configure the specified provider
| |
CreateConnectionString |
Create a connection string
| |
CreateDatabase |
Create the specified database
| |
Deploy |
Deploy the specified 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 databases
| |
GetFeatures |
Get applicable data features that can be deployed
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetProvider |
Gets the provider
| |
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 connection string
| |
TestConnectionString |
Test the connection string
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ProgressChanged |
Fired when progress is being made
|
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.) |