IUniqueConstraint.MappedKeys Property

Definition

Gets the mapped keys.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IKey> MappedKeys { get; }
member this.MappedKeys : seq<Microsoft.EntityFrameworkCore.Metadata.IKey>
Public ReadOnly Property MappedKeys As IEnumerable(Of IKey)

Property Value

Applies to