Class SqliteWrapper
Inheritance
System.Object
SqliteWrapper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mars.Core.Data.Wrapper.Relational
Assembly: Mars.Core.dll
Syntax
public class SqliteWrapper : RelationalSqlWrapper<SqLiteOptions>, IWrapper, IDisposable
Constructors
| Improve this Doc View SourceSqliteWrapper(IConfigLoader, ISerializerManager, SqLiteOptions)
Creates a new instance of ths AbstractWrapper, implementing
the IWrapper contract.
Declaration
public SqliteWrapper(IConfigLoader config, ISerializerManager serializer, SqLiteOptions options)
Parameters
Type | Name | Description |
---|---|---|
IConfigLoader | config | The result adapter root inputConfiguration object. |
ISerializerManager | serializer | The serializer endpoint to access the model without any reflection. |
SqLiteOptions | options | The options object for the SQLite input/output |
Properties
| Improve this Doc View SourceConnection
Declaration
public override IDbConnection Connection { get; }
Property Value
Type | Description |
---|---|
System.Data.IDbConnection |
Overrides
Mars.Core.Data.Wrapper.Relational.RelationalSqlWrapper<Mars.Interfaces.Model.Options.SqLiteOptions>.Connection
|
Improve this Doc
View Source
MigrationProvider
Declaration
public override ISchemaMigrationProvider MigrationProvider { get; }
Property Value
Type | Description |
---|---|
ISchemaMigrationProvider |
Overrides
Mars.Core.Data.Wrapper.Relational.RelationalSqlWrapper<Mars.Interfaces.Model.Options.SqLiteOptions>.MigrationProvider
Methods
| Improve this Doc View SourceCreateBuilder()
Creates and gets the custom connection builder with custom connection infos.
Declaration
protected override DbConnectionStringBuilder CreateBuilder()
Returns
Type | Description |
---|---|
System.Data.Common.DbConnectionStringBuilder | Returns a new connection string builder. |
Overrides
Mars.Core.Data.Wrapper.Relational.RelationalSqlWrapper<Mars.Interfaces.Model.Options.SqLiteOptions>.CreateBuilder()
|
Improve this Doc
View Source
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public override void Dispose()
Overrides
Implements
System.IDisposable