Language

CursorWrapper.ColumnCount Property

Definition

Return total number of columns

public virtual int ColumnCount { [Android.Runtime.Register("getColumnCount", "()I", "GetGetColumnCountHandler")] get; }
[<get: Android.Runtime.Register("getColumnCount", "()I", "GetGetColumnCountHandler")>]
member this.ColumnCount : int

Property Value

number of columns. Value is 0 or greater

Implements

Attributes

Remarks

Return total number of columns

Android reference for android.database.CursorWrapper.getColumnCount.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to