IMutableIndex.Properties Property

Definition

Gets the properties that this index is defined on.

public System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableProperty> Properties { get; }
member this.Properties : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableProperty>
Public ReadOnly Property Properties As IReadOnlyList(Of IMutableProperty)

Property Value

Applies to