ObjectChangeConflict.IsDeleted 属性
定义
获取指示是否已从数据库中删除发生冲突的对象的值。Gets a value that indicates whether the object in conflict has been deleted from the database.
public:
property bool IsDeleted { bool get(); };
public bool IsDeleted { get; }
member this.IsDeleted : bool
Public ReadOnly Property IsDeleted As Boolean
属性值
如果该对象已被删除,则为 True。True if the object has been deleted.