RuntimeForeignKey.IReadOnlyForeignKey.IsUnique Property

Definition

Gets a value indicating whether the values assigned to the foreign key properties are unique.

bool Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey.IsUnique { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey.IsUnique : bool
 ReadOnly Property IsUnique As Boolean Implements IReadOnlyForeignKey.IsUnique

Property Value

Implements

Attributes

Applies to