RuntimeProperty.IReadOnlyProperty.IsIndex Method

Definition

Gets a value indicating whether this property is used as an index (or part of a composite index).

[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

Returns

true if the property is used as an index, otherwise false.

Implements

Attributes

Applies to