Click or drag to resize
IReadOnlyFlag Interface
ObjectDataSet interface

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public interface IReadOnlyFlag

The IReadOnlyFlag type exposes the following members.

Properties
  NameDescription
Public propertyIsReadOnly
If true, the dataset is read-only (not allowed to modify, must be cloned)
Top
See Also