Collection.IsSoftDeleted 属性

定义

指定成员的状态

public:
 property bool IsSoftDeleted { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public bool IsSoftDeleted { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.IsSoftDeleted : bool with get, set
Public Property IsSoftDeleted As Boolean

属性值

如果已将集合标记为待删除,则为 true;否则为 false

属性

适用于