NPersistence Reference Guide
Determine the load state of a given persistent attribute.

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
entity containing the attribute
attributeName
String
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

See Also