GetValue Method (PgSqlArray)
Gets the value at the specified position in the multidimensional
PgSqlArray.
'Declaration
Public Function GetValue( _
ByVal ParamArray () As Integer _
) As Object
public object GetValue(
params int[]
)
Parameters
- indices
- One-dimensional array of 32-bit integers that represent the indexes specifying the position of the PgSqlArray element to get. Note that indexes start from 1. Element number 1 is the first element of a PgSqlArray.
Return Value
The value of the specified array element.
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