RelationLoadHandler Delegate

Represents the method that handles the loading of data into a relation.

Definition

Namespace: Firefly.Box.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public delegate void RelationLoadHandler(
	bool foundRow
)

Parameters

foundRow  Boolean
Whether the row was found or not

See Also