Search Results for

    Show / Hide Table of Contents
    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>.

    Inheritance
    object
    InverseReferenceSet
    InverseReferenceSet<T>
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: VeloxDB.ObjectInterface
    Assembly: vlxdb.dll
    Syntax
    public abstract class InverseReferenceSet

    Properties

    Count

    Gets the number of items in InverseReferenceSet.

    Declaration
    public abstract int Count { get; }
    Property Value
    Type Description
    int

    See Also

    InverseReferenceSet<T>
    In this article
    © 2025 Copyright: VeloxDB