IAFTransactable.IsNew Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Indicates whether the object is new and has never been saved to persistent storage.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
bool IsNew { get; }
ReadOnly Property IsNew As Boolean Get Dim instance As IAFTransactable Dim value As Boolean value = instance.IsNew
property bool IsNew { bool get (); }
abstract IsNew : bool with get
Property Value
Type: BooleanIndicates whether the object is new and has never been saved to persistent storage.
Remarks
An object is saved to persistent storage by calling the
CheckIn or ApplyChanges
method on the object. All objects in the database can be saved to persistent
storage by calling one of the AFDatabase.CheckIn Overload
or AFDatabase.ApplyChanges Overload
methods on the AFDatabase.