次の方法で共有


OwnedNavigationTableBuilder<TOwnerEntity,TDependentEntity>.HasComment メソッド

定義

テーブルに適用するコメントを構成します

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTableBuilder<TOwnerEntity,TDependentEntity> HasComment (string? comment);
override this.HasComment : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.OwnedNavigationTableBuilder<'OwnerEntity, 'DependentEntity (requires 'OwnerEntity : null and 'DependentEntity : null)>
Public Overridable Function HasComment (comment As String) As OwnedNavigationTableBuilder(Of TOwnerEntity, TDependentEntity)

パラメーター

comment
String

テーブルのコメント。

戻り値

テーブルをさらに構成するためのビルダー。

注釈

詳細と例については、「 エンティティの型とリレーションシップのモデル化 」を参照してください。

適用対象