ISqlServerKeyAnnotations Interface

Definition

Properties for relational-specific annotations accessed through SqlServer(IKey).

public interface ISqlServerKeyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IRelationalKeyAnnotations
type ISqlServerKeyAnnotations = interface
    interface IRelationalKeyAnnotations
Public Interface ISqlServerKeyAnnotations
Implements IRelationalKeyAnnotations
Derived
Implements

Properties

IsClustered

Whether or not the key is clustered, or null if clustering has not been specified.

Name

The key constraint name.

(Inherited from IRelationalKeyAnnotations)

Applies to