Java.Sql.IDatabaseMetaData.DeletesAreDetected Method
Returns whether a visible row delete can be detected by calling ResultSet.rowDeleted().

Syntax

[Android.Runtime.Register("deletesAreDetected", "(I)Z", "GetDeletesAreDetected_IHandler:Java.Sql.IDatabaseMetaDataInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool DeletesAreDetected (int type)

Parameters

type
the type of the ResultSet involved: ResultSet.TYPE_FORWARD_ONLY, ResultSet.TYPE_SCROLL_INSENSITIVE, or ResultSet.TYPE_SCROLL_SENSITIVE

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Sql.SQLExceptionif there is a database error.

Remarks

Returns whether a visible row delete can be detected by calling ResultSet.rowDeleted().

[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