Table of Contents

Interface IPrimaryKeyConstraint

Namespace
Microsoft.EntityFrameworkCore.Metadata
Assembly
Microsoft.EntityFrameworkCore.Relational.dll

Represents a primary key constraint.

public interface IPrimaryKeyConstraint : IUniqueConstraint, IAnnotatable, IReadOnlyAnnotatable
Inherited Members

Remarks

See Keys for more information and examples.