EntityKey.EntityKeyValues Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the key values associated with this EntityKey.
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays", Justification="Required for this feature")]
[System.Runtime.Serialization.DataMember]
public System.Data.Entity.Core.EntityKeyMember[] EntityKeyValues { get; set; }
member this.EntityKeyValues : System.Data.Entity.Core.EntityKeyMember[] with get, set
Public Property EntityKeyValues As EntityKeyMember()
Property Value
A ReadOnlyCollection<T> of key values for this EntityKey .
- Attributes