LiteDAC

TLiteConnectionOptions.LimitExprDepth Property

Specifies the maximum tree depth used by the SQLite internal parser when parsing a SQL expression.

Class

TLiteConnectionOptions

Syntax

property LimitExprDepth: integer default DefValLimitExprDepth;

Remarks

Use the LimitExprDepth property to specify the maximum tree depth used by the SQLite internal parser when parsing a SQL expression. The default value is 1000. If the value is 0, no limit is enforced.

© 1997-2026 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback