string public
\Bitrix\Main\DB\MssqlSqlHelper::forSql(
string $value,
integer $maxLength
);
This non-static method escapes special characters in the string to be used in SQL statement.
Parameters
Parameter | Description | Version |
$value | Printed value | |
$maxLength | Limit for string length if set. | |
Examples