The methods of Android.Content.ContentValues are listed below. For a list of all members, see the ContentValues Members list.
See Also: Inherited members from Java.Lang.Object
Clear()Removes all values. | ||
ContainsKey(string)Returns true if this object has the named value. | ||
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
Get(string)Gets a value. | ||
GetAsBoolean(string)Gets a value and converts it to a Boolean. | ||
GetAsByte(string)Gets a value and converts it to a Byte. | ||
GetAsByteArray(string)Gets a value that is a byte array. | ||
GetAsDouble(string)Gets a value and converts it to a Double. | ||
GetAsFloat(string)Gets a value and converts it to a Float. | ||
GetAsInteger(string)Gets a value and converts it to an Integer. | ||
GetAsLong(string)Gets a value and converts it to a Long. | ||
GetAsShort(string)Gets a value and converts it to a Short. | ||
GetAsString(string)Gets a value and converts it to a String. | ||
KeySet()Returns a set of all of the keys | ||
Put(string, bool)Adds a value to the set. | ||
Put(string, byte[])Adds a value to the set. | ||
Put(string, double)Adds a value to the set. | ||
Put(string, short)Adds a value to the set. | ||
Put(string, int)Adds a value to the set. | ||
Put(string, long)Adds a value to the set. | ||
Put(string, sbyte)Adds a value to the set. | ||
Put(string, float)Adds a value to the set. | ||
Put(string, string)Adds a value to the set. | ||
PutAll(ContentValues)Adds all values from the passed in ContentValues. | ||
PutNull(string)Adds a null value to the set. | ||
Remove(string)Remove a single value. | ||
Size()Returns the number of values. | ||
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Flatten this object in to a Parcel. |