RelationalPropertyAnnotations.CanSetComputedColumnSql(String) 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.
Détermine s’il est possible ou non ComputedColumnSql d’être défini sans conflit.
Cette méthode peut lever si ShouldThrowOnConflict retourne true.
protected virtual bool CanSetComputedColumnSql(string value);
abstract member CanSetComputedColumnSql : string -> bool
override this.CanSetComputedColumnSql : string -> bool
Protected Overridable Function CanSetComputedColumnSql (value As String) As Boolean
Paramètres
- value
- String
Valeur à définir.
Retours
True si la valeur peut être définie ; false Sinon.