SimpleCursorAdapter.StringConversionColumn Property

Definition

Return the index of the column used to get a String representation of the Cursor. -or- Defines the index of the column in the Cursor used to get a String representation of that Cursor.

public virtual int StringConversionColumn { [Android.Runtime.Register("getStringConversionColumn", "()I", "GetGetStringConversionColumnHandler")] get; [Android.Runtime.Register("setStringConversionColumn", "(I)V", "GetSetStringConversionColumn_IHandler")] set; }
[<get: Android.Runtime.Register("getStringConversionColumn", "()I", "GetGetStringConversionColumnHandler")>]
[<set: Android.Runtime.Register("setStringConversionColumn", "(I)V", "GetSetStringConversionColumn_IHandler")>]
member this.StringConversionColumn : int with get, set

Property Value

a valid index in the current Cursor or -1

Attributes

Remarks

Property getter documentation:

Return the index of the column used to get a String representation of the Cursor.

Java documentation for android.widget.SimpleCursorAdapter.getStringConversionColumn().

Property setter documentation:

Defines the index of the column in the Cursor used to get a String representation of that Cursor. The column is used to convert the Cursor to a String only when the current CursorToStringConverter is null.

Java documentation for android.widget.SimpleCursorAdapter.setStringConversionColumn(int).

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

See also