다음을 통해 공유


EntityParameterCollection.IsReadOnly 속성

정의

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

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

속성 값

가 읽기 전용이면 true를 EntityParameterCollection 반환하고, 그렇지 않으면 false를 반환합니다.

적용 대상