SqlCeMigrationSqlGenerator.GuidColumnDefault 属性

定义

返回在迁移中未显式指定默认值时用于存储生成的 GUID 列的列默认值。 始终返回 SQL Compact 的 newid () 。

protected virtual string GuidColumnDefault { get; }
member this.GuidColumnDefault : string
Protected Overridable ReadOnly Property GuidColumnDefault As String

属性值

字符串 newid () 。

适用于