Get an enumeration over the loaded Brightstar EntityFramework objects managed by this collection
Namespace: BrightstarDB.EntityFrameworkAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
IEnumerable<BrightstarEntityObject> LoadedObjects { get; } |
| Visual Basic |
|---|
ReadOnly Property LoadedObjects As IEnumerable(Of BrightstarEntityObject)
Get |
| Visual C++ |
|---|
property IEnumerable<BrightstarEntityObject^>^ LoadedObjects {
IEnumerable<BrightstarEntityObject^>^ get ();
} |
| F# |
|---|
abstract LoadedObjects : IEnumerable<BrightstarEntityObject> with get
|
Property Value
Type:
IEnumerable<(Of <(<'BrightstarEntityObject>)>)>Remarks
See Also