Udostępnij za pośrednictwem


SqlServerPropertyAnnotations.GetComputedColumnSql(Boolean) Metoda

Definicja

Pobiera obliczony zestaw wyrażeń SQL dla właściwości .

protected override string GetComputedColumnSql (bool fallback);
override this.GetComputedColumnSql : bool -> string
Protected Overrides Function GetComputedColumnSql (fallback As Boolean) As String

Parametry

fallback
Boolean

Jeśli trueustawiono wartość , a niektóre SQL Server określoneValueGenerationStrategy, ta metoda zawsze zwróci wartość null , ponieważ te strategie nie używają wyrażeń obliczonych.

Zwraca

Obliczone wyrażenie lub null jeśli nie zostało ustawione żadne.

Dotyczy