dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlArray Structure / Item Property
One-dimensional array of 32-bit integers that represent the indexes specifying the position of the PgSqlArray element to get.

In This Topic
    Item Property (PgSqlArray)
    In This Topic
    Gets an element from the specified position.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal ParamArray index() As Integer _
    ) As Object
    public object this[ 
       params int[] index
    ]; {get;}

    Parameters

    index
    One-dimensional array of 32-bit integers that represent the indexes specifying the position of the PgSqlArray element to get.

    Property Value

    And element from the PgSqlArray.
    See Also