次の方法で共有


SqlitePropertyAnnotations コンストラクター

定義

オーバーロード

SqlitePropertyAnnotations(IProperty)

指定 IPropertyした の注釈のインスタンスを構築します。

SqlitePropertyAnnotations(RelationalAnnotations)

指定された注釈ヘルパーによって表される の IProperty 注釈のインスタンスを構築します。

SqlitePropertyAnnotations(IProperty)

指定 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)

指定された注釈ヘルパーによって表される の 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表すヘルパー。

適用対象