DbParameterCollection.IsReadOnly 속성

정의

컬렉션이 읽기 전용인지 여부를 지정합니다.

public:
 virtual property bool IsReadOnly { bool get(); };
public:
 abstract property bool IsReadOnly { bool get(); };
[System.ComponentModel.Browsable(false)]
public virtual bool IsReadOnly { get; }
[System.ComponentModel.Browsable(false)]
public abstract bool IsReadOnly { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsReadOnly : bool
Public Overridable ReadOnly Property IsReadOnly As Boolean
Public MustOverride ReadOnly Property IsReadOnly As Boolean

속성 값

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

구현

특성

적용 대상

추가 정보