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, System.Boolean, System.Single, System.Double, and most integral types (signed and unsigned System.Int16, System.Int32, and System.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, System.Boolean, System.Single, System.Double, and most integral types (signed and unsigned System.Int16, System.Int32, and System.Int64). |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |