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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework