SqlParameterCollection.IsReadOnly Property

Definition

Gets a value that indicates whether the SqlParameterCollection is read-only.

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

Property Value

Boolean

true if the SqlParameterCollection is read-only; otherwise, false.

Applies to