共用方式為


SqlitePropertyAnnotations 建構函式

定義

多載

SqlitePropertyAnnotations(IProperty)

建構指定 IProperty 之注釋的實例。

SqlitePropertyAnnotations(RelationalAnnotations)

建構由指定批註協助程式所表示之 IProperty 注釋的 實例。

SqlitePropertyAnnotations(IProperty)

來源:
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)

參數

property
IProperty

要使用的 IProperty

適用於

SqlitePropertyAnnotations(RelationalAnnotations)

來源:
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

RelationalAnnotations協助程式, IProperty 表示要標注的 。

適用於