Sdílet prostřednictvím


TableBuilder<TEntity>.HasComment(String) Metoda

Definice

Nakonfiguruje komentář, který se má použít u tabulky.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.TableBuilder<TEntity> HasComment (string? comment);
override this.HasComment : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.TableBuilder<'Entity (requires 'Entity : null)>
Public Overridable Function HasComment (comment As String) As TableBuilder(Of TEntity)

Parametry

comment
String

Komentář k tabulce

Návraty

Tvůrce pro další konfiguraci tabulky.

Poznámky

Další informace a příklady najdete v tématu Modelování typů entit a relací .

Platí pro