MetaColumn.IsGenerated 属性

定义

获取一个值,该值指示是否在数据库中自动生成数据字段值。

public:
 property bool IsGenerated { bool get(); };
public bool IsGenerated { get; }
member this.IsGenerated : bool
Public ReadOnly Property IsGenerated As Boolean

属性值

true 如果在数据库中自动生成数据字段值,则为否则,为 false.

适用于