SqlServerPropertyAnnotations.GetComputedColumnSql(Boolean) Méthode

Définition

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.

S’applique à