SqlSecurityHelper.CheckQuery Method |
Checks part of a query (or whole query) for malicious code. Returns TRUE if query contains just a SELECT statement.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntaxpublic static bool CheckQuery(
string query,
QueryScopeEnum scope
)
Parameters
- query
- Type: System.String
Part of a query or query. - scope
- Type: CMS.DataEngine.QueryScopeEnum
Defines scope where the specified part of a query is used.
Return Value
Type:
Boolean
See Also