Android.Database.DatabaseUtils.AppendValueToSql Method
Appends an Object to an SQL string with the proper escaping, etc.

Syntax

[Android.Runtime.Register("appendValueToSql", "(Ljava/lang/StringBuilder;Ljava/lang/Object;)V", "")]
public static void AppendValueToSql (Java.Lang.StringBuilder sql, Java.Lang.Object value)

Parameters

sql
Documentation for this section has not yet been entered.
value
Documentation for this section has not yet been entered.

Remarks

Appends an Object to an SQL string with the proper escaping, etc.

[Android Documentation]

Requirements

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