Udostępnij za pośrednictwem


RelationalPropertyExtensions.SetComment Metoda

Definicja

Przeciążenia

SetComment(IConventionProperty, String, Boolean)

Konfiguruje komentarz do zastosowania do kolumny, do których jest mapowana ta właściwość.

SetComment(IMutableProperty, String)

Konfiguruje komentarz do zastosowania do kolumny, do których jest mapowana ta właściwość.

SetComment(IConventionProperty, String, Boolean)

Konfiguruje komentarz do zastosowania do kolumny, do których jest mapowana ta właściwość.

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

Parametry

property
IConventionProperty

Właściwość.

comment
String

Komentarz dla kolumny.

fromDataAnnotation
Boolean

Wskazuje, czy konfiguracja została określona przy użyciu adnotacji danych.

Zwraca

Skonfigurowana wartość.

Dotyczy

SetComment(IMutableProperty, String)

Konfiguruje komentarz do zastosowania do kolumny, do których jest mapowana ta właściwość.

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)

Parametry

property
IMutableProperty

Właściwość.

comment
String

Komentarz dla kolumny.

Dotyczy