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

Int32

a valid index in the current Cursor or -1

Attributes

Remarks

Property getter documentation:

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

Property setter documentation:

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