Share via


RelationalPropertyExtensions.GetComment Metodo

Definizione

Overload

GetComment(IProperty)

Restituisce il commento per la colonna a cui viene eseguito il mapping.

GetComment(IReadOnlyProperty)

Restituisce il commento per la colonna a cui viene eseguito il mapping.

GetComment(IProperty, StoreObjectIdentifier)

Restituisce il commento per la colonna a cui viene eseguito il mapping.

GetComment(IReadOnlyProperty, StoreObjectIdentifier)

Restituisce il commento per la colonna a cui viene eseguito il mapping.

GetComment(IProperty)

Restituisce il commento per la colonna a cui viene eseguito il mapping.

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

Parametri

property
IProperty

Proprietà.

Restituisce

Il commento per la colonna a cui viene eseguito il mapping viene eseguito il mapping.

Si applica a

GetComment(IReadOnlyProperty)

Restituisce il commento per la colonna a cui viene eseguito il mapping.

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

Parametri

property
IReadOnlyProperty

Proprietà.

Restituisce

Il commento per la colonna a cui viene eseguito il mapping viene eseguito il mapping.

Si applica a

GetComment(IProperty, StoreObjectIdentifier)

Restituisce il commento per la colonna a cui viene eseguito il mapping.

public static string GetComment (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetComment : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetComment (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As String

Parametri

property
IProperty

Proprietà.

storeObject
StoreObjectIdentifier

Identificatore dell'oggetto archivio simile alla tabella contenente la colonna.

Restituisce

Il commento per la colonna a cui viene eseguito il mapping viene eseguito il mapping.

Si applica a

GetComment(IReadOnlyProperty, StoreObjectIdentifier)

Restituisce il commento per la colonna a cui viene eseguito il mapping.

public static string? GetComment (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetComment : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetComment (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As String

Parametri

property
IReadOnlyProperty

Proprietà.

storeObject
StoreObjectIdentifier

Identificatore dell'oggetto archivio simile alla tabella contenente la colonna.

Restituisce

Il commento per la colonna a cui viene eseguito il mapping viene eseguito il mapping.

Si applica a