SqlServerIndexAnnotations Constructors

Definition

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

index
IIndex

The IIndex to use.

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