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