Property IsReadOnly
| Improve this Doc View SourceIsReadOnly
Gets a value indicating whether this DataSet is readonly.
Declaration
public abstract bool IsReadOnly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.Collections.Generic.ICollection<T>.IsReadOnly
Remarks
The child base DataSet is readonly. You need to manipulate via child DataSet instead.