次の方法で共有


RelationalPropertyAnnotations.GetAnnotations メソッド

定義

オーバーロード

GetAnnotations(IProperty)

規則によるRelationalPropertyAnnotations注釈の設定を制御するためにRelationalAnnotations、このインスタンスによって使用されるセマンティクスを維持する、指定IPropertyされた のインスタンスを取得します。

GetAnnotations(IEntityType)

規則によるRelationalEntityTypeAnnotations注釈の設定を制御するためにRelationalAnnotations、このインスタンスによって使用されるセマンティクスを維持する、指定IEntityTypeされた のインスタンスを取得します。

GetAnnotations(IProperty)

規則によるRelationalPropertyAnnotations注釈の設定を制御するためにRelationalAnnotations、このインスタンスによって使用されるセマンティクスを維持する、指定IPropertyされた のインスタンスを取得します。

protected virtual Microsoft.EntityFrameworkCore.Metadata.RelationalPropertyAnnotations GetAnnotations (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
abstract member GetAnnotations : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.RelationalPropertyAnnotations
override this.GetAnnotations : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.RelationalPropertyAnnotations
Protected Overridable Function GetAnnotations (property As IProperty) As RelationalPropertyAnnotations

パラメーター

property
IProperty

IProperty注釈を付ける 。

戻り値

新しい RelationalPropertyAnnotations インスタンス。

適用対象

GetAnnotations(IEntityType)

規則によるRelationalEntityTypeAnnotations注釈の設定を制御するためにRelationalAnnotations、このインスタンスによって使用されるセマンティクスを維持する、指定IEntityTypeされた のインスタンスを取得します。

protected virtual Microsoft.EntityFrameworkCore.Metadata.RelationalEntityTypeAnnotations GetAnnotations (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
abstract member GetAnnotations : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.Metadata.RelationalEntityTypeAnnotations
override this.GetAnnotations : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.Metadata.RelationalEntityTypeAnnotations
Protected Overridable Function GetAnnotations (entityType As IEntityType) As RelationalEntityTypeAnnotations

パラメーター

entityType
IEntityType

IEntityType注釈を付ける 。

戻り値

新しい RelationalEntityTypeAnnotations インスタンス。

適用対象