EntityParameterCollection.IsReadOnly 속성

정의

EntityParameterCollection이 읽기 전용인지 여부를 나타내는 값을 가져옵니다.

public:
 virtual property bool IsReadOnly { bool get(); };
public override bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public Overrides ReadOnly Property IsReadOnly As Boolean

속성 값

EntityParameterCollection이 읽기 전용이면 true이고, 그렇지 않으면 false입니다.

적용 대상