Condividi tramite


TableBuilder.HasComment(String) Metodo

Definizione

Configura un commento da applicare alla tabella

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.TableBuilder HasComment (string? comment);
abstract member HasComment : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.TableBuilder
override this.HasComment : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.TableBuilder
Public Overridable Function HasComment (comment As String) As TableBuilder

Parametri

comment
String

Commento per la tabella.

Restituisce

Generatore per configurare ulteriormente la tabella.

Commenti

Per altre informazioni ed esempi, vedere Modellazione di tipi di entità e relazioni .

Si applica a