Home
/
Intersoft.ISSupport6
/
ISSqlWhereBuilder
/
Append
Append
Method
Member of
ISSqlWhereBuilder
Append to the SQL Where clause.
Syntax
ISSqlWhereBuilder
.
Append
(
condition
,
[autoEscape]
)
Parameters
Name
Type
Optional
ByRef
Description
condition
String
The condition to Append.
autoEscape
Boolean
Optional
Indicates that all '[' and ']' characters appearing in condition should be replaced with the correct Escape characters for this Database Provider.
If omitted, a value of
False
is assumed.
Member of:
ISSqlWhereBuilder
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0