SqlServerPropertyAnnotations 构造函数

定义

重载

SqlServerPropertyAnnotations(IProperty)

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

SqlServerPropertyAnnotations(RelationalAnnotations)

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

SqlServerPropertyAnnotations(IProperty)

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

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

参数

property
IProperty

要使用的 IProperty

适用于

SqlServerPropertyAnnotations(RelationalAnnotations)

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

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

参数

annotations
RelationalAnnotations

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

适用于