xRecord.skipPostLoad 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
skipPostLoad() |
Gets and sets the property that indicates whether to skip executing the xRecord.postLoad method on the table. |
skipPostLoad(Boolean) |
skipPostLoad()
Gets and sets the property that indicates whether to skip executing the xRecord.postLoad method on the table.
public:
virtual bool skipPostLoad();
public virtual bool skipPostLoad ();
abstract member skipPostLoad : unit -> bool
override this.skipPostLoad : unit -> bool
Public Overridable Function skipPostLoad () As Boolean
Returns
true to skip executing the postLoad method; otherwise, false.
Applies to
skipPostLoad(Boolean)
public:
virtual bool skipPostLoad(bool _newValue);
public virtual bool skipPostLoad (bool _newValue);
abstract member skipPostLoad : bool -> bool
override this.skipPostLoad : bool -> bool
Public Overridable Function skipPostLoad (_newValue As Boolean) As Boolean
Parameters
- _newValue
- Boolean
A Boolean value that indicates whether to skip executing the postLoad method on the table; optional.