RelationalPropertyAnnotations 构造函数

定义

重载

RelationalPropertyAnnotations(IProperty)

为给定 IProperty的注释构造 实例。

RelationalPropertyAnnotations(RelationalAnnotations)

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

RelationalPropertyAnnotations(IProperty, RelationalFullAnnotationNames)
RelationalPropertyAnnotations(RelationalAnnotations, RelationalFullAnnotationNames)

RelationalPropertyAnnotations(IProperty)

为给定 IProperty的注释构造 实例。

public RelationalPropertyAnnotations (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
new Microsoft.EntityFrameworkCore.Metadata.RelationalPropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.RelationalPropertyAnnotations
Public Sub New (property As IProperty)

参数

property
IProperty

要使用的 IProperty

适用于

RelationalPropertyAnnotations(RelationalAnnotations)

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

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

参数

annotations
RelationalAnnotations

表示 RelationalAnnotations 要批注的 的 IProperty 帮助程序。

适用于

RelationalPropertyAnnotations(IProperty, RelationalFullAnnotationNames)

public RelationalPropertyAnnotations (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames providerFullAnnotationNames);
new Microsoft.EntityFrameworkCore.Metadata.RelationalPropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames -> Microsoft.EntityFrameworkCore.Metadata.RelationalPropertyAnnotations
Public Sub New (property As IProperty, providerFullAnnotationNames As RelationalFullAnnotationNames)

参数

property
IProperty
providerFullAnnotationNames
Microsoft.EntityFrameworkCore.Metadata.Internal.RelationalFullAnnotationNames

适用于

RelationalPropertyAnnotations(RelationalAnnotations, RelationalFullAnnotationNames)

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

参数

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

适用于