SqlSecurityHelper MembersKentico 8.0 API Reference
The SqlSecurityHelper type exposes the following members.
Methods

  NameDescription
Public methodStatic memberGetColumnsRegEx
Gets the regular expression for the safe value of ORDER BY clause.
Public methodStatic memberGetOrderByRegEx
Gets the regular expression for the safe value of ORDER BY clause.
Public methodStatic memberGetWhereRegEx
Gets the regular expression for the safe value of WHERE condition.
Back to Top
Fields

  NameDescription
Public fieldStatic memberSQLIdentifier
SQL identifier
Public fieldStatic memberSQLNumber
SQL number
Public fieldStatic memberSQLString
SQL string
Back to Top
Properties

  NameDescription
Public propertyStatic memberColumnsRegex
Regular expression to check security of COLUMNS clause.
Public propertyStatic memberOrderByRegex
Regular expression to check security of ORDER BY clause.
Public propertyStatic memberWhereRegex
Regular expression to check security of WHERE clause.
Back to Top
See Also