Compartir a través de


RuntimeProperty.IReadOnlyProperty.IsIndex Método

Definición

Obtiene un valor que indica si esta propiedad se usa como índice (o parte de un índice compuesto).

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

Devoluciones

true es si la propiedad se usa como índice; de lo contrario false, es .

Implementaciones

Atributos

Se aplica a