Java.Sql.IClob.Truncate Method
Truncates this Clob after the specified number of characters.

Syntax

[Android.Runtime.Register("truncate", "(J)V", "GetTruncate_JHandler:Java.Sql.IClobInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void Truncate (long len)

Parameters

len
the length in characters giving the place to truncate this Clob.

Exceptions

TypeReason
Java.Sql.SQLExceptionif an error occurs accessing the Clob.

Remarks

Truncates this Clob after the specified number of characters.

[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