Java.Sql.IPreparedStatement.SetFloat Method
Sets the value of a specified parameter to to a supplied float value.

Syntax

[Android.Runtime.Register("setFloat", "(IF)V", "GetSetFloat_IFHandler:Java.Sql.IPreparedStatementInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void SetFloat (int parameterIndex, float theFloat)

Parameters

parameterIndex
the parameter number index, where the first parameter has index 1.
theFloat
the float value to update the parameter.

Exceptions

TypeReason
Java.Sql.SQLExceptionif a database error happens.

Remarks

Sets the value of a specified parameter to to a supplied float 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