RelationalPropertyExtensions.SetComputedColumnSql 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
SetComputedColumnSql(IMutableProperty, String) |
Définit l’expression SQL utilisée comme valeur calculée pour la colonne à laquelle cette propriété est mappée. |
SetComputedColumnSql(IConventionProperty, String, Boolean) |
Définit l’expression SQL utilisée comme valeur calculée pour la colonne à laquelle cette propriété est mappée. |
SetComputedColumnSql(IMutableProperty, String)
Définit l’expression SQL utilisée comme valeur calculée pour la colonne à laquelle cette propriété est mappée.
public static void SetComputedColumnSql (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, string value);
public static void SetComputedColumnSql (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, string? value);
static member SetComputedColumnSql : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * string -> unit
<Extension()>
Public Sub SetComputedColumnSql (property As IMutableProperty, value As String)
Paramètres
- property
- IMutableProperty
Propriété.
- value
- String
Valeur à définir.
S’applique à
SetComputedColumnSql(IConventionProperty, String, Boolean)
Définit l’expression SQL utilisée comme valeur calculée pour la colonne à laquelle cette propriété est mappée.
public static void SetComputedColumnSql (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, string value, bool fromDataAnnotation = false);
public static string SetComputedColumnSql (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, string value, bool fromDataAnnotation = false);
public static string? SetComputedColumnSql (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property, string? value, bool fromDataAnnotation = false);
static member SetComputedColumnSql : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * string * bool -> unit
static member SetComputedColumnSql : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty * string * bool -> string
<Extension()>
Public Sub SetComputedColumnSql (property As IConventionProperty, value As String, Optional fromDataAnnotation As Boolean = false)
<Extension()>
Public Function SetComputedColumnSql (property As IConventionProperty, value As String, Optional fromDataAnnotation As Boolean = false) As String
Paramètres
- property
- IConventionProperty
Propriété.
- value
- String
Valeur à définir.
- fromDataAnnotation
- Boolean
Indique si la configuration a été spécifiée à l’aide d’une annotation de données.
Retours
Valeur configurée.