RelationalIndexAnnotations 构造函数

定义

重载

RelationalIndexAnnotations(IIndex)

为给定 IIndex的批注构造实例。

RelationalIndexAnnotations(RelationalAnnotations)

为给定批注帮助程序表示的 IIndex 的注释构造实例。

RelationalIndexAnnotations(IIndex, RelationalFullAnnotationNames)
RelationalIndexAnnotations(RelationalAnnotations, RelationalFullAnnotationNames)

RelationalIndexAnnotations(IIndex)

Source:
RelationalIndexAnnotations.cs
Source:
RelationalIndexAnnotations.cs

为给定 IIndex的批注构造实例。

public RelationalIndexAnnotations (Microsoft.EntityFrameworkCore.Metadata.IIndex index);
new Microsoft.EntityFrameworkCore.Metadata.RelationalIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.IIndex -> Microsoft.EntityFrameworkCore.Metadata.RelationalIndexAnnotations
Public Sub New (index As IIndex)

参数

index
IIndex

要使用的 IIndex

适用于

RelationalIndexAnnotations(RelationalAnnotations)

Source:
RelationalIndexAnnotations.cs
Source:
RelationalIndexAnnotations.cs

为给定批注帮助程序表示的 IIndex 的注释构造实例。

protected RelationalIndexAnnotations (Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations annotations);
new Microsoft.EntityFrameworkCore.Metadata.RelationalIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations -> Microsoft.EntityFrameworkCore.Metadata.RelationalIndexAnnotations
Protected Sub New (annotations As RelationalAnnotations)

参数

annotations
RelationalAnnotations

表示RelationalAnnotationsIIndex要批注的 的帮助程序。

适用于

RelationalIndexAnnotations(IIndex, RelationalFullAnnotationNames)

public RelationalIndexAnnotations (Microsoft.EntityFrameworkCore.Metadata.IIndex index, Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames providerFullAnnotationNames);
new Microsoft.EntityFrameworkCore.Metadata.RelationalIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames -> Microsoft.EntityFrameworkCore.Metadata.RelationalIndexAnnotations
Public Sub New (index As IIndex, providerFullAnnotationNames As RelationalFullAnnotationNames)

参数

index
IIndex
providerFullAnnotationNames
Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames

适用于

RelationalIndexAnnotations(RelationalAnnotations, RelationalFullAnnotationNames)

protected RelationalIndexAnnotations (Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations annotations, Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames providerFullAnnotationNames);
new Microsoft.EntityFrameworkCore.Metadata.RelationalIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations * Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames -> Microsoft.EntityFrameworkCore.Metadata.RelationalIndexAnnotations
Protected Sub New (annotations As RelationalAnnotations, providerFullAnnotationNames As RelationalFullAnnotationNames)

参数

annotations
RelationalAnnotations
providerFullAnnotationNames
Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames

适用于