SetValue Method (PgSqlArray)
Sets the specified element in the current
PgSqlArray to the specified value.
public void SetValue(
object ,
params int[]
)
'Declaration
Public Sub SetValue( _
ByVal As Object, _
ByVal ParamArray () As Integer _
)
Parameters
- value
- The new value for the specified element.
- indices
- A one-dimensional array of 32-bit integers that represent the indexes specifying the position of the element to set. Note that indexes start from 1. Element number 1 is the first element of a PgSqlArray.