Relation.delete_
int delete_(const(void) * key, int field)Deletes any records from a #GRelation that have the given key value in the given field.
Parameters
key | the value to compare with. |
field | the field of each record to match. |
Returns
the number of records deleted.
Deprecated
Rarely used API