MetaColumn.IsPrimaryKey 属性

定义

获取一个值,该值指示数据字段是否为表的主键的一部分。

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

属性值

Boolean

如果数据字段是表的主键的一部分,则为 true;否则为 false

适用于

另请参阅