DesignerDataColumn.Identity 属性

定义

获取一个值,该值指示数据列是否是数据行的标识列。

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

属性值

如果列是标识列,则为 true;否则为 false

适用于