linq2db by Igor Tkachev, Ilya Chudin, Svyatoslav Danyliv, Dmitry Lukashenko

<PackageReference Include="linq2db" Version="5.0.0-rc.2" />

 SQLiteOptions

public bool AlwaysCheckDbNull { get; set; }

Enables null-value checks during database data mapping even if SQLite reports that column cannot be NULL to avoid NullReferenceException on mapping when database reports nullability incorrectly. Default value: true.

public SQLiteOptions(BulkCopyType BulkCopyType = 2, bool AlwaysCheckDbNull = true)

public SQLiteOptions()

public static bool op_Equality(SQLiteOptions left, SQLiteOptions right)

public static bool op_Inequality(SQLiteOptions left, SQLiteOptions right)

public void Deconstruct(out BulkCopyType BulkCopyType, out bool AlwaysCheckDbNull)

public bool Equals(SQLiteOptions other)