IUniqueConstraint.Columns Property

Definition

Gets the columns that are participating in the unique constraint.

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

Property Value

Applies to