NPersistence Reference Guide
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)
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
Namespace: NPersistenceReturn Value
false if entity's state has not been loaded or if the attribute state has not been loaded, else trueAssembly: 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