Loads a record from the database.

If the Id 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 unless ForceRefresh is True.

Syntax

finAccountRole.Load(id, [forceRefresh])

Parameters

NameTypeOptionalByRefDescription
id String The Id of the record to load.
forceRefresh Boolean Optional Indicates that this record should be loaded from the database regardless of whether it has been modified or not. If omitted, a value of False is assumed.

Return Value

Boolean

A Boolean value indicating success.

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