Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 518 Bytes

NeedsBoolWorkaround.md

File metadata and controls

16 lines (10 loc) · 518 Bytes

SqliteDialect.NeedsBoolWorkaround property

namespace: Serenity.Data   assemblySerenity.Net.Data

Gets a value indicating whether the server needs a workaround to handle Boolean values false/true.

public virtual bool NeedsBoolWorkaround { get; }

Property Value

true if the server needs a workaround to handle Boolean values false/true; otherwise, false.

See Also