Share via


xRecord.checkRecord Method

Definition

Overloads

checkRecord()

Gets and sets the property that indicates whether to check mandatory fields.

checkRecord(Boolean)

checkRecord()

Gets and sets the property that indicates whether to check mandatory fields.

public:
 virtual bool checkRecord();
public virtual bool checkRecord ();
abstract member checkRecord : unit -> bool
override this.checkRecord : unit -> bool
Public Overridable Function checkRecord () As Boolean

Returns

true if mandatory fields are checked; otherwise, false.

Applies to

checkRecord(Boolean)

public:
 virtual bool checkRecord(bool _checkMandatoryFields);
public virtual bool checkRecord (bool _checkMandatoryFields);
abstract member checkRecord : bool -> bool
override this.checkRecord : bool -> bool
Public Overridable Function checkRecord (_checkMandatoryFields As Boolean) As Boolean

Parameters

_checkMandatoryFields
Boolean

A Boolean value that indicates whether to check mandatory fields; optional.

Returns

Applies to