SqlServerPropertyAnnotations.GetComputedColumnSql(Boolean) 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.
Obtient le jeu d’expressions SQL calculées pour la propriété .
protected override string GetComputedColumnSql(bool fallback);
override this.GetComputedColumnSql : bool -> string
Protected Overrides Function GetComputedColumnSql (fallback As Boolean) As String
Paramètres
- fallback
- Boolean
Si true, et certains SQL Server spécifiques ValueGenerationStrategy ont été définis, cette méthode retourne null toujours, car ces stratégies n’utilisent pas d’expressions calculées.
Retours
Expression calculée, ou null si aucune n’a été définie.