@foreach


Description:

[ CCode ( cname = "dmap_container_db_foreach" ) ]
public abstract void @foreach (ContainerDb db, HFunc func, void* data)

Apply a function to each record in a container database.

Parameters:

this

A container database.

func

The function to apply to each record in the database.

data

User data to pass to the function.