xRecord.checkRecord 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.
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.