SqlSecurityHelper Class |
Namespace: CMS.DataEngine
public static class SqlSecurityHelper
The SqlSecurityHelper type exposes the following members.
Name | Description | |
---|---|---|
GetColumnsRegEx |
Gets the regular expression for the safe value of ORDER BY clause.
| |
GetOrderByRegEx |
Gets the regular expression for the safe value of ORDER BY clause.
| |
GetWhereRegEx |
Gets the regular expression for the safe value of WHERE condition.
|
Name | Description | |
---|---|---|
SQLIdentifier |
SQL identifier
| |
SQLNumber |
SQL number
| |
SQLString |
SQL string
|
Name | Description | |
---|---|---|
ColumnsRegex |
Regular expression to check security of COLUMNS clause.
| |
OrderByRegex |
Regular expression to check security of ORDER BY clause.
| |
WhereRegex |
Regular expression to check security of WHERE clause.
|