Android.Database.CursorWrapper.GetColumnNames Method
Returns a string array holding the names of all of the columns in the result set in the order in which they were listed in the result.

Syntax

[Android.Runtime.Register("getColumnNames", "()[Ljava/lang/String;", "GetGetColumnNamesHandler")]
public virtual string[] GetColumnNames ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a string array holding the names of all of the columns in the result set in the order in which they were listed in the result.

[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