ISaveContext.Names Property
.NET Standard 2.x
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