共用方式為


SqlServerPropertyAnnotations.GetDefaultValue(Boolean) 方法

定義

取得為 屬性設定的預設值。

protected override object GetDefaultValue (bool fallback);
override this.GetDefaultValue : bool -> obj
Protected Overrides Function GetDefaultValue (fallback As Boolean) As Object

參數

fallback
Boolean

如果 true 已設定 ,且某些SQL Server特定 ValueGenerationStrategy ,則這個方法一律會傳回 null ,因為這些策略不會使用預設值。

傳回

預設值,如果尚未設定,則 null 為 。

適用於