| IRecordEntityIsLoaded Method |
Checks if the record is successfully loaded from the database
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax Function IsLoaded As Boolean
Return Value
Type:
Boolean
Return true when the record was successfully loaded, otherwise return false.
In such case refer to the
LastError property.
See Also