@foreach


Description:

public void @foreach (ModelForeachFunc func)

Calls func for each row in the model.

Note:

Use ListModel instead

Parameters:

this

a Model

func

a ModelForeachFunc

user_data

user data to pass to func