Condividi tramite


SqlServerPropertyAnnotations.GetDefaultValueSql(Boolean) Metodo

Definizione

Ottiene l'espressione SQL predefinita impostata per la proprietà .

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

Parametri

fallback
Boolean

Se trueè stato impostato e alcuni SQL Server specificiValueGenerationStrategy, questo metodo restituirà null sempre perché queste strategie non usano espressioni predefinite.

Restituisce

Espressione predefinita o null se non è stata impostata alcuna.

Si applica a