xRecord.isNewRecord Method

Definition

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.

Applies to