RuntimeIndex.IReadOnlyIndex.Properties Property

Definition

Gets the properties that this index is defined on.

System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex.Properties { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex.Properties : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty>
 ReadOnly Property Properties As IReadOnlyList(Of IReadOnlyProperty) Implements IReadOnlyIndex.Properties

Property Value

Implements

Attributes

Applies to