Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

IAFTransactable.IsNew Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
IAFTransactable.IsNew Property
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: Boolean
Indicates 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.

Version Information

AFSDK


See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in