Condividi tramite


RuntimeProperty.IReadOnlyProperty.IsKey Metodo

Definizione

Ottiene un valore che indica se questa proprietà viene usata come chiave primaria o chiave alternativa (o parte di una chiave primaria o alternativa composita).

[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

Restituisce

true se la proprietà viene usata come chiave, in caso contrario false.

Implementazioni

Attributi

Si applica a