Share via


IsReadOnly Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

This member overrides DbParameterCollection. . :: . .IsReadOnly, and more complete documentation might be available in that topic.This member overrides DbParameterCollection. . :: . .IsReadOnly.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property IsReadOnly As Boolean
    Get
'Usage
Dim instance As SqlCeParameterCollection
Dim value As Boolean

value = instance.IsReadOnly
public override bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
    bool get () override;
}
abstract IsReadOnly : bool
override IsReadOnly : bool
override function get IsReadOnly () : boolean

Property Value

Type: System. . :: . .Boolean

Implements

IList. . :: . .IsReadOnly

See Also

Reference

SqlCeParameterCollection Class

SqlCeParameterCollection Members

System.Data.SqlServerCe Namespace