Android.Database.Sqlite.SQLiteQueryBuilder.AppendColumns Method
Add the names that are non-null in columns to s, separating them with commas.

Syntax

[Android.Runtime.Register("appendColumns", "(Ljava/lang/StringBuilder;[Ljava/lang/String;)V", "")]
public static void AppendColumns (Java.Lang.StringBuilder s, string[] columns)

Parameters

s
Documentation for this section has not yet been entered.
columns
Documentation for this section has not yet been entered.

Remarks

Add the names that are non-null in columns to s, separating them with commas.

[Android Documentation]

Requirements

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