Click or drag to resize
Askia

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
bool IsLoaded()

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