Sqlite |
The SqliteWriteBackProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| SqliteWriteBackProvider | Writeback provider |
| Name | Description | |
|---|---|---|
| CanCancelCommands |
True if commands can be cancel
(Inherited from SqliteProvider) | |
| ConnectionString |
Gets or sets the connection string for this provier
(Inherited from SqliteProvider) | |
| Invariant |
Get the name of the provider
(Inherited from SqliteProvider) | |
| MonitorProbe |
Gets ht emonitor probe
(Inherited from SqliteProvider) | |
| ReadonlyConnectionString |
Gets or sets the readonly connection string
(Inherited from SqliteProvider) | |
| StatementFactory |
Gets the statement factory for this provider
(Inherited from SqliteProvider) | |
| TraceSql |
Gets or sets the trace SQL flag
(Inherited from SqliteProvider) |
| Name | Description | |
|---|---|---|
| BackupToStream |
Backup the contents of the database this provider represents to backupStream (Inherited from SqliteProvider) | |
| ClearPools |
Clear all pools
(Inherited from SqliteProvider) | |
| CloneConnection |
Clone this connection
(Inherited from SqliteProvider) | |
| ConvertValue(Object, Type) |
Convert object
(Inherited from SqliteProvider) | |
| ConvertValueT(Object) |
Convert value
(Inherited from SqliteProvider) | |
| CreateCommand(DataContext, SqlStatement) |
Create a command from the specified contxt with sql statement
(Inherited from SqliteProvider) | |
| CreateCommand(DataContext, String, Object) |
Create command from string and params
(Inherited from SqliteProvider) | |
| CreateStoredProcedureCommand |
Create stored procedure command
(Inherited from SqliteProvider) | |
| Dispose |
Dispose the threads
(Overrides SqliteProviderDispose) | |
| 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) | |
| FireProgressChanged |
Fire progress changed event
(Inherited from SqliteProvider) | |
| FlushWriteBackCache | Flush the write-back cache. | |
| GetDatabaseName |
Get the database name
(Overrides SqliteProviderGetDatabaseName) | |
| GetEncryptionProvider |
Get the encryption provider
(Inherited from SqliteProvider) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetPersistentConnection | Get a persistent connection | |
| GetProviderFactory |
Get provider factory
(Inherited from SqliteProvider) | |
| GetReadonlyConnection |
Gets read only connection
(Overrides SqliteProviderGetReadonlyConnection) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| GetWriteConnection |
Get a write connection
(Overrides SqliteProviderGetWriteConnection) | |
| GetWriteConnectionInternal |
Get write connection internal overide the foreign keys
(Inherited from SqliteProvider) | |
| InitializeConnection |
Allows te database connection provider to initialize the connection
(Overrides SqliteProviderInitializeConnection(IDbConnection)) | |
| MapParameterType |
Map a parameter type from the provided type
(Inherited from SqliteProvider) | |
| MapSchemaDataType |
Map datatype
(Inherited from SqliteProvider) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| MigrateEncryption |
Migrate the encryption
(Inherited from SqliteProvider) | |
| Optimize |
Optimize the database on disk not in memory
(Overrides SqliteProviderOptimize) | |
| RestoreFromStream |
Restore the contents of the database from restoreStream to the database this provider represents
(Inherited from SqliteProvider) | |
| SetEncryptionSettings |
Set the encryption settings
(Inherited from SqliteProvider) | |
| StatActivity |
Implement this later
(Inherited from SqliteProvider) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| ProgressChanged |
Fired when the progress of this instance has changed
(Inherited from SqliteProvider) |
| Name | Description | |
|---|---|---|
| m_lockoutEvent | (Inherited from SqliteProvider) |
| 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) | |
| CreateBackupAsset |
Create a backup asset for a provider
(Defined by SqlFeatureUtil) | |
| GetDataConfigurationProvider |
Get the configuration provider
(Defined by SqlFeatureUtil) | |
| RestoreBackupAsset |
Restore a backup asset
(Defined by SqlFeatureUtil) | |
| UpgradeSchema |
Upgrade schema
(Defined by SqlFeatureUtil) | |
| UpgradeSchema |
Upgrade the schema
(Defined by SqlFeatureUtil) | |
| WithControl |
With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions) |