Interface IReadOnlyFlag
ObjectDataSet interface
public interface IReadOnlyFlag
- Extension Methods
Properties
IsReadOnly
If true, the dataset is read-only (not allowed to modify, must be cloned)
bool IsReadOnly { get; set; }
Property Value
- bool