Search Results for

    Show / Hide Table of Contents
    View Source

    Class Constants.Sql

    Inheritance
    object
    Namespace: Umbraco.Cms.Core
    Assembly: Umbraco.Core.dll
    Syntax
    public static class Constants.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
    int
    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.

    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX