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 InverseReferenceSet
Base inverse reference set class, you should always use generic version InverseReferenceSet<T>.
Namespace: VeloxDB.ObjectInterface
Assembly: vlxdb.dll
Syntax
public abstract class InverseReferenceSet : Object
Properties
Count
Gets the number of items in InverseReferenceSet.
Declaration
public abstract int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 |