Java.Sql.IPreparedStatement.SetBigDecimal Method
Sets the value of a specified parameter to a supplied java.math.BigDecimal value.

Syntax

[Android.Runtime.Register("setBigDecimal", "(ILjava/math/BigDecimal;)V", "GetSetBigDecimal_ILjava_math_BigDecimal_Handler:Java.Sql.IPreparedStatementInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void SetBigDecimal (int parameterIndex, Java.Math.BigDecimal theBigDecimal)

See Also

Java.Math.BigDecimal

Parameters

parameterIndex
the parameter number index, where the first parameter has index 1.
theBigDecimal
the value to which the parameter at parameterIndex is set.

Exceptions

TypeReason
Java.Sql.SQLExceptionif a database error happens.

Remarks

Sets the value of a specified parameter to a supplied java.math.BigDecimal value.

[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