namespace: Serenity.Data assembly: Serenity.Net.Data
Gets a value indicating whether the server needs a workaround to handle Boolean values false/true.
public virtual bool NeedsBoolWorkaround { get; }
true
if the server needs a workaround to handle Boolean values false/true; otherwise, false
.
- class SqliteDialect