Interface ISQLiteEntity
The ISQLiteSource interface.
Namespace: DNVGL.One.Compute.StorageLibrary.SQLite.Entities
Assembly: DNVGL.One.Compute.StorageLibrary.SQLite.dll
Syntax
public interface ISQLiteEntity
Properties
View SourceAlterTableMigrations
Gets the SQL statement used to migrate the table.
Declaration
string AlterTableMigrations { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note: Reflection us being used to get an instance of this property, so the implementation needs to be "public".
CreateTableSql
Gets the SQL statement used to create the table.
Declaration
string CreateTableSql { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note: Reflection us being used to get an instance of this property, so the implementation needs to be "public".