Returns true if the entity collection is already loaded

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

Syntax

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

Property Value

Type: Boolean

See Also