Show / Hide Table of Contents

    ISaveContext.Names Property

    .NET Standard 2.x | Current Version (1.0.1)

    0.5.0-alpha

    1.0.1 (current)

    Gets the names of all of the added values.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

      IReadOnlyList<string> Names { get; }
    

    Property Value

    System.Collections.Generic.IReadOnlyList<String>

    Returns a IReadOnlyList<String> object that contains names of all of the added values.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon