Set this property to tell the parser if it's a sql expression parsed or not. I.e. should function bind variables be parsed or not. This property is used from the Application Forms framework and set when SQL is executed rather than PL/SQL. We need this for optimizing parsing as we should not parse function parameters for sql statements.

Namespace: PPJ.Runtime.Sql
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public bool SqlParsed { set; }

See Also