다음을 통해 공유


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입니다.

특성

적용 대상