ISqlServerIndexAnnotations Interface

Definition

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

public interface ISqlServerIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.IRelationalIndexAnnotations
type ISqlServerIndexAnnotations = interface
    interface IRelationalIndexAnnotations
Public Interface ISqlServerIndexAnnotations
Implements IRelationalIndexAnnotations
Derived
Implements

Properties

Filter

The index filter expression.

(Inherited from IRelationalIndexAnnotations)
IncludeProperties

Returns included property names, or null if they have not been specified.

IsClustered

Indicates whether or not the index is clustered, or null if clustering has not been specified.

Name

The index name.

(Inherited from IRelationalIndexAnnotations)

Applies to