DesignerDataColumn.Identity 属性

定义

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

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

属性值

true 列是标识列;否则,为 false.

适用于