Show / Hide Table of Contents

    ISqlConditionBuilder.UsedParameters Property

    .NET Standard 2.x

    Gets an IReadOnlyDictionary<string, ISqlParameter> object that contains all of the parameters used in the current search condition.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

       IReadOnlyDictionary<string, ISqlParameter> UsedParameters { get; }
    

    Returns

    System.Collections.Generic.IReadOnlyDictionary<System.String, SnapObjects.Data.ISqlParameter>

    Returns an IReadOnlyDictionary<string, ISqlParameter> object that contains all of the parameters used in the current search condition.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon