The SqlSecurityHelper type exposes the following members.
Back to Top
Back to Top
Back to Top
Methods
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.
|
Fields
Name | Description | |
---|---|---|
SQLIdentifier |
SQL identifier
| |
SQLNumber |
SQL number
| |
SQLString |
SQL string
|
Properties
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.
|
See Also