Condividi tramite


RuntimeProperty.IReadOnlyProperty.IsForeignKey Metodo

Definizione

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

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

Restituisce

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

Implementazioni

Attributi

Si applica a