dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniArray Class
Members

In This Topic
    UniArray Class
    In This Topic
    Represents a client-side cached database array type (collection) and provides methods and properties for accessing the collection elements.
    Syntax
    Remarks

    The UniArray class provides methods to access elements of the collection. Items values are accessible by Item indexed property.

    The array elements can be added to the collection dynamically by calling Add or Insert methods or removed by calling Remove or RemoveAt.

    Indexes in this collection are zero-based.

    Currently this class is used for working with Oracke VARRAY data type. You can implement the IUniProvider interface for other databases in order to use this class with them.

    Inheritance Hierarchy

    System.Object
       Devart.Data.Universal.UniArray

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also