Skip to content

ISqlDialect.NeedsBoolWorkaround property

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

public bool NeedsBoolWorkaround { get; }

Property Value

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

See Also