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

keythe value to compare with.
fieldthe field of each record to match.

Returns

the number of records deleted.

Deprecated

Rarely used API