RelationalPropertyExtensions.SetComment Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
SetComment(IConventionProperty, String, Boolean) |
Configure un commentaire à appliquer à la colonne à laquelle cette propriété est mappée. |
SetComment(IMutableProperty, String) |
Configure un commentaire à appliquer à la colonne à laquelle cette propriété est mappée. |
SetComment(IConventionProperty, String, Boolean)
Configure un commentaire à appliquer à la colonne à laquelle cette propriété est mappée.
public static void SetComment (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, string comment, bool fromDataAnnotation = false);
public static string SetComment (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, string comment, bool fromDataAnnotation = false);
public static string? SetComment (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, string? comment, bool fromDataAnnotation = false);
static member SetComment : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * string * bool -> unit
static member SetComment : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * string * bool -> string
<Extension()>
Public Sub SetComment (property As IConventionProperty, comment As String, Optional fromDataAnnotation As Boolean = false)
<Extension()>
Public Function SetComment (property As IConventionProperty, comment As String, Optional fromDataAnnotation As Boolean = false) As String
Paramètres
- property
- IConventionProperty
Propriété.
- comment
- String
Commentaire de la colonne.
- fromDataAnnotation
- Boolean
Indique si la configuration a été spécifiée à l’aide d’une annotation de données.
Retours
Valeur configurée.
S’applique à
SetComment(IMutableProperty, String)
Configure un commentaire à appliquer à la colonne à laquelle cette propriété est mappée.
public static void SetComment (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, string comment);
public static void SetComment (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, string? comment);
static member SetComment : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * string -> unit
<Extension()>
Public Sub SetComment (property As IMutableProperty, comment As String)
Paramètres
- property
- IMutableProperty
Propriété.
- comment
- String
Commentaire de la colonne.