Search Results for

    Show / Hide Table of Contents
    View Source

    Class Constants.Sql

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core
    Assembly: Umbraco.Core.dll
    Syntax
    public static class Sql

    Fields

    View Source

    MaxParameterCount

    The maximum amount of parameters that can be used in a query.

    Declaration
    public const int MaxParameterCount = 2000
    Field Value
    Type Description
    System.Int32
    Remarks

    The actual limit is 2100 (https://docs.microsoft.com/en-us/sql/sql-server/maximum-capacity-specifications-for-sql-server), but we want to ensure there's room for additional parameters if this value is used to create groups/batches.

    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • MaxParameterCount
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX