ObjectParameterCollection.ICollection<ObjectParameter>.IsReadOnly Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This collection is read-write - parameters may be added, removed and [somewhat] modified at will (value only) - provided that the implementation the collection belongs to has not locked its parameters because it's command definition has been prepared.
bool System.Collections.Generic.ICollection<System.Data.Entity.Core.Objects.ObjectParameter>.IsReadOnly { get; }
System.Collections.Generic.ICollection<System.Data.Entity.Core.Objects.ObjectParameter>.IsReadOnly
ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of ObjectParameter).IsReadOnly
Property Value
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework