OwnedNavigationTableBuilder<TOwnerEntity,TDependentEntity>.HasComment Método

Definição

Configura um comentário a ser aplicado à tabela

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)

Parâmetros

comment
String

O comentário da tabela.

Retornos

Um construtor para configurar ainda mais a tabela.

Comentários

Confira Modelagem de tipos de entidade e relações para obter mais informações e exemplos.

Aplica-se a