IConventionIndex.Properties Property

Definition

Gets the properties that this index is defined on.

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

Property Value

Applies to