Property Values
Values
Gets a collection that defines a unique value or unique combination of values. Multiple values represent a unique combination. The FieldNames property must have a matching number of entries. There are limitations on the types of values that can be stored. Types that can be stored are System.String, System.Guid, System.DateTime, System.DateTimeOffset, Boolean, Single, Double, and most integral types (signed and unsigned Int16, Int32, and Int64).
Declaration
public ObjectCollection Values { get; }
Property Value
Type | Description |
---|---|
ObjectCollection | A collection that defines a unique value or unique combination of values. Multiple values represent a unique combination. The FieldNames property must have a matching number of entries. There are limitations on the types of values that can be stored. Types that can be stored are System.String, System.Guid, System.DateTime, System.DateTimeOffset, Boolean, Single, Double, and most integral types (signed and unsigned Int16, Int32, and Int64). |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.15 |