RuntimeProperty.IReadOnlyProperty.IsKey Method

Definition

Gets a value indicating whether this property is used as the primary key or alternate key (or part of a composite primary or alternate key).

[System.Diagnostics.DebuggerStepThrough]
bool IReadOnlyProperty.IsKey ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.IsKey : unit -> bool
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.IsKey : unit -> bool
Function IsKey () As Boolean Implements IReadOnlyProperty.IsKey

Returns

true if the property is used as a key, otherwise false.

Implements

Attributes

Applies to