note
VeloxDB is still in beta and APIs are subject to change. We are in the process of completing the documentation, so some sections may be incomplete or empty at this time.
Class ReferenceArray
Base Reference Array class, you should always use generic version ReferenceArray<T>
Namespace: VeloxDB.ObjectInterface
Assembly: vlxdb.dll
Syntax
public abstract class ReferenceArray : Object
Properties
Count
Gets the number of elements contained in the ReferenceArray.
Declaration
public abstract int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 |