Entity.IsCollectionEnabled 属性

定义

指定是否为收集操作启用实体。

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

属性值

如果为集合操作启用了实体,则为 true;否则为false

属性

适用于