Android.Database.DatabaseUtils.GetSqlStatementType Method
Returns one of the following which represent the type of the given SQL statement.

Syntax

[Android.Runtime.Register("getSqlStatementType", "(Ljava/lang/String;)I", "")]
[return:Android.Runtime.GeneratedEnum]
public static StatementType GetSqlStatementType (string sql)

Parameters

sql
the SQL statement whose type is returned by this method

Returns

Documentation for this section has not yet been entered.

Remarks

Requirements

Namespace: Android.Database
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11