DataRowView.IsNew 属性

定义

指示 DataRowView 是否为新。

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

属性值

如果是新行,则为 true;否则为 false

注解

调用 AddNew后, IsNew 对于返回 DataRowView的 将为 true。 IsNew 将一直为 true, EndEdit 直到在 上 DataRowView调用 或 AddNew 再次调用 。 (只有一个新行。)

适用于