Condividi tramite


RelationalPropertyBuilderExtensions.CanSetComment Metodo

Definizione

Overload

CanSetComment(IConventionPropertyBuilder, Object, Boolean)

Restituisce un valore che indica se il valore specificato può essere impostato come commento per la colonna.

CanSetComment(IConventionPropertyBuilder, String, Boolean)

Restituisce un valore che indica se il valore specificato può essere impostato come commento per la colonna.

CanSetComment(IConventionPropertyBuilder, Object, Boolean)

Restituisce un valore che indica se il valore specificato può essere impostato come commento per la colonna.

public static bool CanSetComment (this Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder propertyBuilder, object comment, bool fromDataAnnotation = false);
static member CanSetComment : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder * obj * bool -> bool
<Extension()>
Public Function CanSetComment (propertyBuilder As IConventionPropertyBuilder, comment As Object, Optional fromDataAnnotation As Boolean = false) As Boolean

Parametri

propertyBuilder
IConventionPropertyBuilder

Generatore per la proprietà da configurare.

comment
Object

Commento per la colonna.

fromDataAnnotation
Boolean

Indica se la configurazione è stata specificata utilizzando un'annotazione dati.

Restituisce

true se il valore specificato può essere impostato come predefinito per la colonna.

Si applica a

CanSetComment(IConventionPropertyBuilder, String, Boolean)

Restituisce un valore che indica se il valore specificato può essere impostato come commento per la colonna.

public static bool CanSetComment (this Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder propertyBuilder, string comment, bool fromDataAnnotation = false);
public static bool CanSetComment (this Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder propertyBuilder, string? comment, bool fromDataAnnotation = false);
static member CanSetComment : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder * string * bool -> bool
<Extension()>
Public Function CanSetComment (propertyBuilder As IConventionPropertyBuilder, comment As String, Optional fromDataAnnotation As Boolean = false) As Boolean

Parametri

propertyBuilder
IConventionPropertyBuilder

Generatore per la proprietà da configurare.

comment
String

Commento per la colonna.

fromDataAnnotation
Boolean

Indica se la configurazione è stata specificata utilizzando un'annotazione dati.

Restituisce

true se il valore specificato può essere impostato come predefinito per la colonna.

Commenti

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

Si applica a