NPersistence Reference Guide
Determine the load state of a given persistent attribute of an entity belonging to the persistence unit. entity instance containing the attribute name of attribute whose load state is to be determined

Return Value

false if entity's state has not been loaded or if the attribute state has not been loaded, else true

Namespace: NPersistence
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

   
 C# 
bool IsLoaded(
	Object entity,
	string attributeName
)

Parameters

entity
Object
attributeName
String

Implements

PersistenceUtil..::..IsLoaded(Object, String)

See Also