Show / Hide Table of Contents

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 Source

AlterTableMigrations

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".

View Source

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".

  • View Source
In this article
Back to top Copyright © DNV AS. All rights reserved.