Java.Sql.ISQLOutput.WriteBigDecimal Method
Write a java.math.BigDecimal value into the output stream.

Syntax

[Android.Runtime.Register("writeBigDecimal", "(Ljava/math/BigDecimal;)V", "GetWriteBigDecimal_Ljava_math_BigDecimal_Handler:Java.Sql.ISQLOutputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void WriteBigDecimal (Java.Math.BigDecimal theBigDecimal)

Parameters

theBigDecimal
the BigDecimal value to write.

Exceptions

TypeReason
Java.Sql.SQLExceptionif a database error occurs.

Remarks

Write a java.math.BigDecimal value into the output stream.

[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