ISqlServerIndexAnnotations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
IsClustered |
Indicates whether or not the index is clustered, or |
Name |
The index name. (Inherited from IRelationalIndexAnnotations) |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework