DbConnectionStringBuilder.IsReadOnly Property
.NET Framework 3.0
Gets a value that indicates whether the DbConnectionStringBuilder is read-only.
Namespace: System.Data.Common
Assembly: System.Data (in system.data.dll)
Assembly: System.Data (in system.data.dll)
A read-only collection does not allow adding, removing, or modifying elements after the collection is created.
A read-only collection is just a collection with a wrapper that prevents modifying the collection; therefore, if changes are made to the underlying collection, the read-only collection reflects those changes.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.