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.

Item Property (PgSqlArray)
Gets an element from the specified position.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal ParamArray index() As Integer _
) As Object
 

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.
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