SqlServerIndexAnnotations Constructors
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.
Overloads
SqlServerIndexAnnotations(IIndex) |
Constructs an instance for annotations of the given IIndex. |
SqlServerIndexAnnotations(RelationalAnnotations) |
Constructs an instance for annotations of the IIndex represented by the given annotation helper. |
SqlServerIndexAnnotations(IIndex)
Constructs an instance for annotations of the given IIndex.
public SqlServerIndexAnnotations (Microsoft.EntityFrameworkCore.Metadata.IIndex index);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.IIndex -> Microsoft.EntityFrameworkCore.Metadata.SqlServerIndexAnnotations
Public Sub New (index As IIndex)
Parameters
Applies to
SqlServerIndexAnnotations(RelationalAnnotations)
Constructs an instance for annotations of the IIndex represented by the given annotation helper.
protected SqlServerIndexAnnotations (Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations annotations);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations -> Microsoft.EntityFrameworkCore.Metadata.SqlServerIndexAnnotations
Protected Sub New (annotations As RelationalAnnotations)
Parameters
- annotations
- RelationalAnnotations
The RelationalAnnotations helper representing the IIndex to annotate.
Applies to
Entity Framework