TestDBEngine.

BuildBooleanValueSqlText(StringBuilder, bool) Method

Assembly
UnitTest.dll
Namespace
Terrasoft.UnitTest
Containing Type
TestDBEngine

Syntax

protected override void BuildBooleanValueSqlText(StringBuilder sb, bool boolValue)

Parameters

Name Type Description
sb StringBuilder
boolValue bool

Return Value

Type Description
void