Click or drag to resize

SqlValidator Class

The sql validator.
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.Assembly.AppLogic.SqlSqlValidator

Namespace:  Omada.OE.Solution.OIM.Assembly.AppLogic.Sql
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public static class SqlValidator

The SqlValidator type exposes the following members.

Methods
  NameDescription
Public methodStatic memberValidateForbiddenSchemasInSelectQuery
Validate if a SELECT query doesn't contain forbidden schemas. Searches [schema].[table] or [db].[schema].[table]
Public methodStatic memberValidateQueryIsSafe
The validate if query is select.
Top
See Also