Java.Sql.IPreparedStatement.SetBinaryStream Method
Sets the value of the specified parameter to the bytes from inputStream.

Syntax

[Android.Runtime.Register("setBinaryStream", "(ILjava/io/InputStream;)V", "GetSetBinaryStream_ILjava_io_InputStream_Handler:Java.Sql.IPreparedStatementInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void SetBinaryStream (int p0, System.IO.Stream p1)

Parameters

parameterIndex
the parameter number index, where the first parameter has index 1.
inputStream
the InputStream

Exceptions

TypeReason
Java.Sql.SQLExceptionif a database error happens.

Remarks

Sets the value of the specified parameter to the bytes from inputStream.

[Android Documentation]

Requirements

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