ContentQueryMap.GetValues(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Access the ContentValues for the row specified by rowName
[Android.Runtime.Register("getValues", "(Ljava/lang/String;)Landroid/content/ContentValues;", "GetGetValues_Ljava_lang_String_Handler")]
public virtual Android.Content.ContentValues? GetValues (string? rowName);
[<Android.Runtime.Register("getValues", "(Ljava/lang/String;)Landroid/content/ContentValues;", "GetGetValues_Ljava_lang_String_Handler")>]
abstract member GetValues : string -> Android.Content.ContentValues
override this.GetValues : string -> Android.Content.ContentValues
Parameters
- rowName
- String
which row to read
Returns
the ContentValues for the row, or null if the row wasn't present in the cursor
- Attributes
Remarks
Access the ContentValues for the row specified by rowName
Java documentation for android.content.ContentQueryMap.getValues(java.lang.String)
.
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.