SqlitePropertyAnnotations 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
SqlitePropertyAnnotations(IProperty) |
为给定 IProperty的批注构造实例。 |
SqlitePropertyAnnotations(RelationalAnnotations) |
为给定批注帮助程序表示的 IProperty 的注释构造实例。 |
SqlitePropertyAnnotations(IProperty)
- Source:
- SqlitePropertyAnnotations.cs
为给定 IProperty的批注构造实例。
public SqlitePropertyAnnotations (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
new Microsoft.EntityFrameworkCore.Metadata.SqlitePropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.SqlitePropertyAnnotations
Public Sub New (property As IProperty)
参数
适用于
SqlitePropertyAnnotations(RelationalAnnotations)
- Source:
- SqlitePropertyAnnotations.cs
为给定批注帮助程序表示的 IProperty 的注释构造实例。
protected SqlitePropertyAnnotations (Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations annotations);
new Microsoft.EntityFrameworkCore.Metadata.SqlitePropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations -> Microsoft.EntityFrameworkCore.Metadata.SqlitePropertyAnnotations
Protected Sub New (annotations As RelationalAnnotations)
参数
- annotations
- RelationalAnnotations
表示RelationalAnnotationsIProperty要批注的 的帮助程序。