AtomsFramework Persistence Layer Reference Guide

AFTableAttribute.IsModifyOnly Property

[This is preliminary documentation and subject to change.]

Indicates that the class allows existing objects to be saved, but that no new objects can be created.

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

Remarks

If an object of this class is created and then saved and exception will be thrown. Objects that are already persistent can be saved without error.

See Also

AFTableAttribute Class | AtomsFramework Namespace