Show / Hide Table of Contents

Property IsReadOnly

| Improve this Doc View Source

IsReadOnly

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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest