Table of Contents

Delegate ReadLoopWhileAction

Namespace
Uncreated.Warfare.Database.Manual
Assembly
Uncreated.Warfare.dll

Called per row while reading a query response. Can return true to break from the loop.

public delegate bool ReadLoopWhileAction(MySqlDataReader reader)

Parameters

reader MySqlDataReader
Called per row while reading a query response. Can return true to break from the loop.

Returns

bool
Called per row while reading a query response. Can return true to break from the loop.