RelationalEntityTypeExtensions.GetComment Yöntem

Tanım

Aşırı Yüklemeler

GetComment(IEntityType)

Bu varlığın eşlendiği tablo için yorumu döndürür.

GetComment(IReadOnlyEntityType)

Bu varlığın eşlendiği tablo için yorumu döndürür.

GetComment(IEntityType)

Bu varlığın eşlendiği tablo için yorumu döndürür.

public static string GetComment (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member GetComment : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> string
<Extension()>
Public Function GetComment (entityType As IEntityType) As String

Parametreler

entityType
IEntityType

Varlık türü.

Döndürülenler

String

Bu varlığın eşlendiği tablo için açıklama.

Şunlara uygulanır

GetComment(IReadOnlyEntityType)

Bu varlığın eşlendiği tablo için yorumu döndürür.

public static string? GetComment (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
static member GetComment : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> string
<Extension()>
Public Function GetComment (entityType As IReadOnlyEntityType) As String

Parametreler

entityType
IReadOnlyEntityType

Varlık türü.

Döndürülenler

String

Bu varlığın eşlendiği tablo için açıklama.

Şunlara uygulanır