RuntimeProperty.IReadOnlyProperty.IsForeignKey Método

Definición

Obtiene un valor que indica si esta propiedad se usa como clave externa (o parte de una clave externa compuesta).

[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

Devoluciones

true es si la propiedad se usa como clave externa; de lo contrario false, es .

Implementaciones

Atributos

Se aplica a