SqliteProvider Class | 
Namespace: SanteDB.OrmLite.Providers
The SqliteProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| SqliteProvider | 
            New sqlite provider
              | 
| Name | Description | |
|---|---|---|
| CanCancelCommands | 
            True if commands can be cancel
              | |
| ConnectionString | 
            Gets or sets the connection string for this provier
              | |
| Features | 
            Features of the SQL engine
              | |
| Invariant | 
            Get the name of the provider
              | |
| MonitorProbe | 
            Gets ht emonitor probe
              | |
| ReadonlyConnectionString | 
            Gets or sets the readonly connection string
              | |
| TraceSql | 
            Gets or sets the trace SQL flag
              | 
| Name | Description | |
|---|---|---|
| CloneConnection | 
            Clone this connection
              | |
| ConvertValue | 
            Convert object
              | |
| Count | 
            Return exists
              | |
| CreateCommand(DataContext, SqlStatement) | 
            Create a command from the specified contxt with sql statement
              | |
| CreateCommand(DataContext, String, Object) | 
            Create command from string and params
              | |
| CreateIndex | 
            Create the statement to define the index
              | |
| CreateSqlKeyword | 
            Create SQL keyword
              | |
| CreateStoredProcedureCommand | 
            Create stored procedure command
              | |
| DropIndex | 
            Create the statement to drop the specified index
              | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Exists | 
            Return exists
              | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetDatabaseName | ||
| GetFilterFunction | 
            Gets the filter function
              | |
| GetHashCode | Serves as the default hash function.  (Inherited from Object.) | |
| GetIndexFunction | 
            Gets the filter function
              | |
| GetReadonlyConnection | 
            Gets read only connection
              | |
| GetResetSequence | 
            Reset sequence
              | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| GetWriteConnection | 
            Get a write connection
              | |
| Lock | 
            Lock the specified connection
              | |
| MapParameterType | 
            Map a parameter type from the provided type
              | |
| MapSchemaDataType | 
            Map datatype
              | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| Returning | 
            Returning statement
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | 
| 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.) | |
| UpgradeSchema | 
            Upgrade the schema 
              (Defined by SqlFeatureUtil.) |