Loads a record from the database.

<para> If the primary key is the same as the current object and the object has not been modified (i.e. IsDirty is False) then the record will not be reloaded from the database. </para> <para> To force the record to load from the database regardless of whether it has been modified or not, use one of the the Refresh methods. </para>

Syntax

finSettingsUser.LoadPk(pk)

Parameters

NameTypeOptionalByRefDescription
pk Integer The primary key of the record to load.

Return Value

Boolean

A Boolean value indicating success.

Member of:
finSettingsUser
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0