Relation.delet

Warning g_relation_delete has been deprecated since version 2.26 and should not be used in newly-written code. Rarely used API Deletes any records from a GRelation that have the given key value in the given field.

class Relation
int
delet
(
void* key
,
int field
)

Parameters

key void*

the value to compare with.

field int

the field of each record to match.

Return Value

Type: int

the number of records deleted.

Meta