RelationalPropertyAnnotations.CanSetComputedColumnSql(String) Méthode
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
- value
- String
Valeur à définir.
True
si la valeur peut être définie ; false
Sinon.
Commentaires sur Entity Framework
Entity Framework est un projet open source. Sélectionnez un lien pour fournir des commentaires :