SqlSecurityHelper Methods |
The SqlSecurityHelper type exposes the following members.
Name | Description | |
---|---|---|
CheckQuery |
Checks part of a query (or whole query) for malicious code. Returns TRUE if query contains just a SELECT statement.
| |
GetColumnsRegEx |
Gets the regular expression for the safe value of COLUMNS 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.
|