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 면 반환하고, 그렇지 않으면 false반환 true 합니다.

적용 대상