NPersistence Reference Guide
Load states returned by the ProviderUtil SPI methods.

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

Syntax

   
 C# 
public enum LoadState

Members

MemberValueDescription
LOADED0
The state of the element is known to have been loaded.
NOT_LOADED1
The state of the element is known not to have been loaded.
UNKNOWN2
The load state of the element cannot be determined.

See Also