xRecord.isNewRecord Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true if the record is a new record that hasn't been persisted yet.
public:
virtual bool isNewRecord();
public virtual bool isNewRecord ();
abstract member isNewRecord : unit -> bool
override this.isNewRecord : unit -> bool
Public Overridable Function isNewRecord () As Boolean
Returns
true if the record is a new record that hasn't been persisted yet; otherwise, false.