Click or drag to resize
InfoDataSetTInfoIsReadOnly Property
If true, the dataset is cached (not allowed to modify, must be cloned)

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public bool IsReadOnly { get; set; }

Property Value

Type: Boolean

Implements

IReadOnlyFlagIsReadOnly
See Also