Java.Sql.IPreparedStatement.SetAsciiStream Method
Sets the value of the specified parameter to the next length bytes from inputStream.

Syntax

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

Parameters

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

Exceptions

TypeReason
Java.Sql.SQLExceptionif a database error happens.

Remarks

Sets the value of the specified parameter to the next length 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