Returns the number of loaded objects managed by this collection
Namespace: BrightstarDB.EntityFrameworkAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public int LoadedObjectsCount { get; } |
| Visual Basic |
|---|
Public ReadOnly Property LoadedObjectsCount As Integer
Get |
| Visual C++ |
|---|
public:
virtual property int LoadedObjectsCount {
int get () sealed;
} |
| F# |
|---|
abstract LoadedObjectsCount : int with get
override LoadedObjectsCount : int with get |
Property Value
Type:
Int32Implements
IBrightstarEntityCollection..::..LoadedObjectsCountRemarks
See Also