Returns a flag indicating if the object collection is currently loaded

Namespace: BrightstarDB.EntityFramework
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public bool IsLoaded { get; }
Visual Basic
Public ReadOnly Property IsLoaded As Boolean
	Get
Visual C++
public:
virtual property bool IsLoaded {
	bool get () sealed;
}
F#
abstract IsLoaded : bool with get
override IsLoaded : bool with get

Property Value

Type: Boolean

Implements

IBrightstarEntityCollection..::..IsLoaded
IEntityCollection..::..IsLoaded

See Also