Java.Sql.IPreparedStatement.SetArray Method
Sets the value of a specified parameter to the supplied Array.

Syntax

[Android.Runtime.Register("setArray", "(ILjava/sql/Array;)V", "GetSetArray_ILjava_sql_Array_Handler:Java.Sql.IPreparedStatementInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void SetArray (int parameterIndex, IArray theArray)

See Also

IArray

Parameters

parameterIndex
the parameter number index, where the first parameter has index 1.
theArray
a java.sql.Array giving the new value of the parameter at parameterIndex.

Exceptions

TypeReason
Java.Sql.SQLExceptionif a database error happens.

Remarks

Sets the value of a specified parameter to the supplied Array.

[Android Documentation]

Requirements

Namespace: Java.Sql
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1