AtomsFramework Persistence Layer Reference Guide

AFTableAttribute.IsReadOnly Property

[This is preliminary documentation and subject to change.]

Indicates that the class is readonly.

[Visual Basic]
Public Property IsReadOnly As Boolean
[C#]
public bool IsReadOnly {get; set;}

Remarks

Attempting to save objects of this class will cause an exception to be thrown.

See Also

AFTableAttribute Class | AtomsFramework Namespace