Click or drag to resize
SqlHelperDefaultSQLInlineLimit Field
Default inline limit for SQL lists. When the number of values is below this number, the lists on SQL, e.g. IN (x, y, z), are evaluated as inline lists.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static IntAppSetting DefaultSQLInlineLimit

Field Value

Type: IntAppSetting
See Also